package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "rtlcss@^2.0.0",
  6. "scope": null,
  7. "escapedName": "rtlcss",
  8. "name": "rtlcss",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-rtlcss"
  14. ]
  15. ],
  16. "_from": "rtlcss@>=2.0.0 <3.0.0",
  17. "_id": "rtlcss@2.1.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/rtlcss",
  21. "_nodeVersion": "5.10.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/rtlcss-2.1.2.tgz_1483214922179_0.505813839379698"
  25. },
  26. "_npmUser": {
  27. "name": "myounes",
  28. "email": "myounes@gmail.com"
  29. },
  30. "_npmVersion": "4.0.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "rtlcss@^2.0.0",
  34. "scope": null,
  35. "escapedName": "rtlcss",
  36. "name": "rtlcss",
  37. "rawSpec": "^2.0.0",
  38. "spec": ">=2.0.0 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-rtlcss"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/rtlcss/-/rtlcss-2.1.2.tgz",
  45. "_shasum": "a5626edc9e7f6017f2d8df30c8bf622bd193a8fc",
  46. "_shrinkwrap": null,
  47. "_spec": "rtlcss@^2.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-rtlcss",
  49. "author": {
  50. "name": "Mohammad Younes"
  51. },
  52. "bin": {
  53. "rtlcss": "./bin/rtlcss.js"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/MohammadYounes/rtlcss/issues?state=open"
  57. },
  58. "dependencies": {
  59. "chalk": "^1.0.0",
  60. "findup": "^0.1.5",
  61. "mkdirp": "^0.5.1",
  62. "postcss": "^5.0.0",
  63. "strip-json-comments": "^2.0.0"
  64. },
  65. "description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
  66. "devDependencies": {
  67. "mocha": "^2.0.0",
  68. "standard": "^6.0.0"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "a5626edc9e7f6017f2d8df30c8bf622bd193a8fc",
  73. "tarball": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.1.2.tgz"
  74. },
  75. "gitHead": "5894fcfb864aabe2b5671a3df9ad195b84df97aa",
  76. "homepage": "http://rtlcss.com/",
  77. "keywords": [
  78. "rtl",
  79. "css",
  80. "ltr",
  81. "rtlcss",
  82. "framework",
  83. "style",
  84. "mirror",
  85. "flip",
  86. "convert",
  87. "transform"
  88. ],
  89. "license": "MIT",
  90. "main": "./lib/rtlcss.js",
  91. "maintainers": [
  92. {
  93. "name": "myounes",
  94. "email": "myounes@gmail.com"
  95. }
  96. ],
  97. "name": "rtlcss",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/MohammadYounes/rtlcss.git"
  103. },
  104. "scripts": {
  105. "lint": "standard && node ./lib/rtlcss.js",
  106. "test": "npm run lint && mocha -R spec"
  107. },
  108. "version": "2.1.2"
  109. }