package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jsmin2@~1.1.1",
  6. "scope": null,
  7. "escapedName": "jsmin2",
  8. "name": "jsmin2",
  9. "rawSpec": "~1.1.1",
  10. "spec": ">=1.1.1 <1.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/jsmin-sourcemap"
  14. ]
  15. ],
  16. "_from": "jsmin2@>=1.1.1 <1.2.0",
  17. "_id": "jsmin2@1.1.9",
  18. "_inCache": true,
  19. "_location": "/jsmin2",
  20. "_nodeVersion": "5.3.0",
  21. "_npmUser": {
  22. "name": "twolfson",
  23. "email": "todd@twolfson.com"
  24. },
  25. "_npmVersion": "2.14.14",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "jsmin2@~1.1.1",
  29. "scope": null,
  30. "escapedName": "jsmin2",
  31. "name": "jsmin2",
  32. "rawSpec": "~1.1.1",
  33. "spec": ">=1.1.1 <1.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/jsmin-sourcemap"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/jsmin2/-/jsmin2-1.1.9.tgz",
  40. "_shasum": "a87cabec66adb17f51c0c2ef224aef0c6968684f",
  41. "_shrinkwrap": null,
  42. "_spec": "jsmin2@~1.1.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/jsmin-sourcemap",
  44. "author": {
  45. "name": "Todd Wolfson",
  46. "email": "todd@twolfson.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/twolfson/node-jsmin2/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Another port of JSMin -- this time outputting a coordinate map",
  53. "devDependencies": {
  54. "foundry": "~4.3.2",
  55. "foundry-release-git": "~2.0.2",
  56. "foundry-release-npm": "~2.0.2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "a87cabec66adb17f51c0c2ef224aef0c6968684f",
  61. "tarball": "https://registry.npmjs.org/jsmin2/-/jsmin2-1.1.9.tgz"
  62. },
  63. "foundry": {
  64. "releaseCommands": [
  65. "foundry-release-git",
  66. "foundry-release-npm"
  67. ]
  68. },
  69. "gitHead": "d136fd97f923455dbae464a7a69e4a497ab429a1",
  70. "homepage": "https://github.com/twolfson/node-jsmin2#readme",
  71. "keywords": [
  72. "jsmin",
  73. "minify",
  74. "minification",
  75. "min",
  76. "compress"
  77. ],
  78. "license": "The Software shall be used for Good, not Evil. (see LICENSE)",
  79. "main": "lib/jsmin.js",
  80. "maintainers": [
  81. {
  82. "name": "twolfson",
  83. "email": "todd@twolfson.com"
  84. }
  85. ],
  86. "name": "jsmin2",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/twolfson/node-jsmin2.git"
  92. },
  93. "scripts": {
  94. "test": "node tests/jsmin.test.js"
  95. },
  96. "version": "1.1.9"
  97. }