package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-jsmin@^0.1.5",
  6. "scope": null,
  7. "escapedName": "gulp-jsmin",
  8. "name": "gulp-jsmin",
  9. "rawSpec": "^0.1.5",
  10. "spec": ">=0.1.5 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs"
  14. ]
  15. ],
  16. "_from": "gulp-jsmin@>=0.1.5 <0.2.0",
  17. "_id": "gulp-jsmin@0.1.5",
  18. "_inCache": true,
  19. "_location": "/gulp-jsmin",
  20. "_npmUser": {
  21. "name": "chilijung",
  22. "email": "chilijung@gmail.com"
  23. },
  24. "_npmVersion": "1.4.14",
  25. "_phantomChildren": {
  26. "clone-stats": "0.0.1",
  27. "core-util-is": "1.0.2",
  28. "escape-string-regexp": "1.0.5",
  29. "get-stdin": "4.0.1",
  30. "inherits": "2.0.3",
  31. "isarray": "0.0.1",
  32. "lodash._escapehtmlchar": "2.4.1",
  33. "lodash._escapestringchar": "2.4.1",
  34. "lodash._isnative": "2.4.1",
  35. "lodash._reunescapedhtml": "2.4.1",
  36. "lodash._shimkeys": "2.4.1",
  37. "lodash.defaults": "2.4.1",
  38. "lodash.isobject": "2.4.1",
  39. "lodash.values": "2.4.1",
  40. "meow": "3.7.0",
  41. "multipipe": "0.1.2",
  42. "string_decoder": "0.10.31"
  43. },
  44. "_requested": {
  45. "raw": "gulp-jsmin@^0.1.5",
  46. "scope": null,
  47. "escapedName": "gulp-jsmin",
  48. "name": "gulp-jsmin",
  49. "rawSpec": "^0.1.5",
  50. "spec": ">=0.1.5 <0.2.0",
  51. "type": "range"
  52. },
  53. "_requiredBy": [
  54. "#DEV:/"
  55. ],
  56. "_resolved": "https://registry.npmjs.org/gulp-jsmin/-/gulp-jsmin-0.1.5.tgz",
  57. "_shasum": "52a6bd01291ff8d0e1a1225a3cb5f7023f8ef987",
  58. "_shrinkwrap": null,
  59. "_spec": "gulp-jsmin@^0.1.5",
  60. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs",
  61. "author": {
  62. "name": "chilijung"
  63. },
  64. "bugs": {
  65. "url": "https://github.com/chilijung/gulp-jsmin/issues/"
  66. },
  67. "dependencies": {
  68. "filesize": "~2.0.0",
  69. "graceful-fs": "~2.0.0",
  70. "gulp-rename": "~1.1.0",
  71. "gulp-util": "~2.2.0",
  72. "jsmin-sourcemap": "~0.16.0",
  73. "map-stream": "0.0.4",
  74. "temp-write": "~0.1.0"
  75. },
  76. "description": "minify js using gulp",
  77. "devDependencies": {
  78. "mocha": "*"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "52a6bd01291ff8d0e1a1225a3cb5f7023f8ef987",
  83. "tarball": "https://registry.npmjs.org/gulp-jsmin/-/gulp-jsmin-0.1.5.tgz"
  84. },
  85. "gitHead": "84048a79203c2b28cf569e21208b2b031aef6196",
  86. "homepage": "https://github.com/chilijung/gulp-jsmin/",
  87. "keywords": [
  88. "gulp",
  89. "gulpplugin",
  90. "min",
  91. "js"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "maintainers": [
  96. {
  97. "name": "chilijung",
  98. "email": "chilijung@gmail.com"
  99. }
  100. ],
  101. "name": "gulp-jsmin",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+ssh://git@github.com/chilijung/gulp-jsmin.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "version": "0.1.5"
  112. }