package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "clean-css@^3.4.23",
  6. "scope": null,
  7. "escapedName": "clean-css",
  8. "name": "clean-css",
  9. "rawSpec": "^3.4.23",
  10. "spec": ">=3.4.23 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-clean-css"
  14. ]
  15. ],
  16. "_from": "clean-css@>=3.4.23 <4.0.0",
  17. "_id": "clean-css@3.4.23",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/clean-css",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/clean-css-3.4.23.tgz_1481993659310_0.8725182958878577"
  25. },
  26. "_npmUser": {
  27. "name": "goalsmashers",
  28. "email": "jakub@goalsmashers.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {
  32. "amdefine": "1.0.1"
  33. },
  34. "_requested": {
  35. "raw": "clean-css@^3.4.23",
  36. "scope": null,
  37. "escapedName": "clean-css",
  38. "name": "clean-css",
  39. "rawSpec": "^3.4.23",
  40. "spec": ">=3.4.23 <4.0.0",
  41. "type": "range"
  42. },
  43. "_requiredBy": [
  44. "/gulp-clean-css"
  45. ],
  46. "_resolved": "http://registry.npmjs.org/clean-css/-/clean-css-3.4.23.tgz",
  47. "_shasum": "604fbbca24c12feb59b02f00b84f1fb7ded6d001",
  48. "_shrinkwrap": null,
  49. "_spec": "clean-css@^3.4.23",
  50. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-clean-css",
  51. "author": {
  52. "name": "Jakub Pawlowicz",
  53. "email": "contact@jakubpawlowicz.com",
  54. "url": "http://twitter.com/jakubpawlowicz"
  55. },
  56. "bin": {
  57. "cleancss": "./bin/cleancss"
  58. },
  59. "bugs": {
  60. "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  61. },
  62. "dependencies": {
  63. "commander": "2.8.x",
  64. "source-map": "0.4.x"
  65. },
  66. "description": "A well-tested CSS minifier",
  67. "devDependencies": {
  68. "browserify": "11.x",
  69. "http-proxy": "1.x",
  70. "jshint": "2.8.x",
  71. "nock": "2.x",
  72. "server-destroy": "1.x",
  73. "uglify-js": "2.4.x",
  74. "vows": "0.8.x"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "604fbbca24c12feb59b02f00b84f1fb7ded6d001",
  79. "tarball": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.23.tgz"
  80. },
  81. "engines": {
  82. "node": ">=0.10.0"
  83. },
  84. "files": [
  85. "bin",
  86. "lib",
  87. "History.md",
  88. "index.js",
  89. "LICENSE"
  90. ],
  91. "gitHead": "a8fa5cf26b40bb8c33541a71a4a6f360e7be7947",
  92. "homepage": "https://github.com/jakubpawlowicz/clean-css",
  93. "keywords": [
  94. "css",
  95. "minifier"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "maintainers": [
  100. {
  101. "name": "goalsmashers",
  102. "email": "jakub@goalsmashers.com"
  103. },
  104. {
  105. "name": "jakub.pawlowicz",
  106. "email": "contact@jakubpawlowicz.com"
  107. }
  108. ],
  109. "name": "clean-css",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
  115. },
  116. "scripts": {
  117. "bench": "node ./test/bench.js",
  118. "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
  119. "check": "jshint ./bin/cleancss .",
  120. "prepublish": "npm run check",
  121. "test": "vows"
  122. },
  123. "version": "3.4.23"
  124. }