package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "rework@~1.0.0",
  6. "scope": null,
  7. "escapedName": "rework",
  8. "name": "rework",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat-css"
  14. ]
  15. ],
  16. "_from": "rework@>=1.0.0 <1.1.0",
  17. "_id": "rework@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/rework",
  21. "_npmUser": {
  22. "name": "necolas",
  23. "email": "nicolasgallagher@gmail.com"
  24. },
  25. "_npmVersion": "1.4.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "rework@~1.0.0",
  29. "scope": null,
  30. "escapedName": "rework",
  31. "name": "rework",
  32. "rawSpec": "~1.0.0",
  33. "spec": ">=1.0.0 <1.1.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-concat-css"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz",
  40. "_shasum": "30806a841342b54510aa4110850cd48534144aa7",
  41. "_shrinkwrap": null,
  42. "_spec": "rework@~1.0.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat-css",
  44. "author": {
  45. "name": "TJ Holowaychuk",
  46. "email": "tj@vision-media.ca"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/reworkcss/rework/issues"
  50. },
  51. "dependencies": {
  52. "convert-source-map": "^0.3.3",
  53. "css": "^2.0.0"
  54. },
  55. "description": "Plugin framework for CSS preprocessing",
  56. "devDependencies": {
  57. "mocha": "^1.20.1",
  58. "should": "^4.0.4"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "30806a841342b54510aa4110850cd48534144aa7",
  63. "tarball": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/reworkcss/rework",
  69. "keywords": [
  70. "css",
  71. "manipulation",
  72. "preprocess",
  73. "transform",
  74. "server"
  75. ],
  76. "main": "index",
  77. "maintainers": [
  78. {
  79. "name": "tjholowaychuk",
  80. "email": "tj@vision-media.ca"
  81. },
  82. {
  83. "name": "jonathanong",
  84. "email": "jonathanrichardong@gmail.com"
  85. },
  86. {
  87. "name": "jongleberry",
  88. "email": "jonathanrichardong@gmail.com"
  89. },
  90. {
  91. "name": "conradz",
  92. "email": "me@conradz.com"
  93. },
  94. {
  95. "name": "necolas",
  96. "email": "nicolasgallagher@gmail.com"
  97. },
  98. {
  99. "name": "anthonyshort",
  100. "email": "antshort@gmail.com"
  101. },
  102. {
  103. "name": "ianstormtaylor",
  104. "email": "ian@ianstormtaylor.com"
  105. },
  106. {
  107. "name": "moox",
  108. "email": "m@moox.io"
  109. },
  110. {
  111. "name": "clintwood",
  112. "email": "clint@anotherway.co.za"
  113. },
  114. {
  115. "name": "lydell",
  116. "email": "simon.lydell@gmail.com"
  117. },
  118. {
  119. "name": "slexaxton",
  120. "email": "alexsexton@gmail.com"
  121. }
  122. ],
  123. "name": "rework",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git://github.com/reworkcss/rework.git"
  129. },
  130. "scripts": {
  131. "test": "mocha --require should --reporter spec"
  132. },
  133. "version": "1.0.1"
  134. }