package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "css@^2.0.0",
  6. "scope": null,
  7. "escapedName": "css",
  8. "name": "css",
  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/rework"
  14. ]
  15. ],
  16. "_from": "css@>=2.0.0 <3.0.0",
  17. "_id": "css@2.2.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/css",
  21. "_nodeVersion": "2.2.1",
  22. "_npmUser": {
  23. "name": "conradz",
  24. "email": "me@conradz.com"
  25. },
  26. "_npmVersion": "2.11.0",
  27. "_phantomChildren": {
  28. "amdefine": "1.0.1"
  29. },
  30. "_requested": {
  31. "raw": "css@^2.0.0",
  32. "scope": null,
  33. "escapedName": "css",
  34. "name": "css",
  35. "rawSpec": "^2.0.0",
  36. "spec": ">=2.0.0 <3.0.0",
  37. "type": "range"
  38. },
  39. "_requiredBy": [
  40. "/rework",
  41. "/rework-import"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
  44. "_shasum": "73a4c81de85db664d4ee674f7d47085e3b2d55dc",
  45. "_shrinkwrap": null,
  46. "_spec": "css@^2.0.0",
  47. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/rework",
  48. "author": {
  49. "name": "TJ Holowaychuk",
  50. "email": "tj@vision-media.ca"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/reworkcss/css/issues"
  54. },
  55. "dependencies": {
  56. "inherits": "^2.0.1",
  57. "source-map": "^0.1.38",
  58. "source-map-resolve": "^0.3.0",
  59. "urix": "^0.1.0"
  60. },
  61. "description": "CSS parser / stringifier",
  62. "devDependencies": {
  63. "bytes": "^1.0.0",
  64. "matcha": "^0.5.0",
  65. "mocha": "^1.21.3",
  66. "should": "^4.0.4"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "73a4c81de85db664d4ee674f7d47085e3b2d55dc",
  71. "tarball": "https://registry.npmjs.org/css/-/css-2.2.1.tgz"
  72. },
  73. "files": [
  74. "index.js",
  75. "lib"
  76. ],
  77. "gitHead": "e38b6f1cc03aa36ff161a3da96b5c7510bd41ca7",
  78. "homepage": "https://github.com/reworkcss/css#readme",
  79. "keywords": [
  80. "css",
  81. "parser",
  82. "stringifier",
  83. "stylesheet"
  84. ],
  85. "license": "MIT",
  86. "main": "index",
  87. "maintainers": [
  88. {
  89. "name": "tjholowaychuk",
  90. "email": "tj@vision-media.ca"
  91. },
  92. {
  93. "name": "jonathanong",
  94. "email": "jonathanrichardong@gmail.com"
  95. },
  96. {
  97. "name": "jongleberry",
  98. "email": "jonathanrichardong@gmail.com"
  99. },
  100. {
  101. "name": "conradz",
  102. "email": "me@conradz.com"
  103. },
  104. {
  105. "name": "necolas",
  106. "email": "nicolasgallagher@gmail.com"
  107. },
  108. {
  109. "name": "anthonyshort",
  110. "email": "antshort@gmail.com"
  111. },
  112. {
  113. "name": "ianstormtaylor",
  114. "email": "ian@ianstormtaylor.com"
  115. },
  116. {
  117. "name": "moox",
  118. "email": "m@moox.io"
  119. },
  120. {
  121. "name": "clintwood",
  122. "email": "clint@anotherway.co.za"
  123. },
  124. {
  125. "name": "lydell",
  126. "email": "simon.lydell@gmail.com"
  127. },
  128. {
  129. "name": "slexaxton",
  130. "email": "alexsexton@gmail.com"
  131. }
  132. ],
  133. "name": "css",
  134. "optionalDependencies": {},
  135. "readme": "ERROR: No README data found!",
  136. "repository": {
  137. "type": "git",
  138. "url": "git+https://github.com/reworkcss/css.git"
  139. },
  140. "scripts": {
  141. "benchmark": "matcha",
  142. "test": "mocha --require should --reporter spec --bail test/*.js"
  143. },
  144. "version": "2.2.1"
  145. }