1
0

package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "underscore@~1.6.0",
  6. "scope": null,
  7. "escapedName": "underscore",
  8. "name": "underscore",
  9. "rawSpec": "~1.6.0",
  10. "spec": ">=1.6.0 <1.7.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/underscore-plus"
  14. ]
  15. ],
  16. "_from": "underscore@>=1.6.0 <1.7.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/underscore",
  20. "_npmUser": {
  21. "name": "jashkenas",
  22. "email": "[email protected]"
  23. },
  24. "_npmVersion": "1.3.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "underscore@~1.6.0",
  28. "scope": null,
  29. "escapedName": "underscore",
  30. "name": "underscore",
  31. "rawSpec": "~1.6.0",
  32. "spec": ">=1.6.0 <1.7.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/underscore-plus"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz",
  39. "_shasum": "8b38b10cacdef63337b8b24e4ff86d45aea529a8",
  40. "_shrinkwrap": null,
  41. "_spec": "underscore@~1.6.0",
  42. "_where": "/home/loredan13/projects/atom/qsp/node_modules/underscore-plus",
  43. "author": {
  44. "name": "Jeremy Ashkenas",
  45. "email": "[email protected]"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jashkenas/underscore/issues"
  49. },
  50. "dependencies": {},
  51. "description": "JavaScript's functional programming helper library.",
  52. "devDependencies": {
  53. "docco": "0.6.x",
  54. "phantomjs": "1.9.0-1",
  55. "uglify-js": "2.4.x"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "8b38b10cacdef63337b8b24e4ff86d45aea529a8",
  60. "tarball": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
  61. },
  62. "files": [
  63. "underscore.js",
  64. "underscore-min.js",
  65. "LICENSE"
  66. ],
  67. "homepage": "http://underscorejs.org",
  68. "keywords": [
  69. "util",
  70. "functional",
  71. "server",
  72. "client",
  73. "browser"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "MIT",
  78. "url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
  79. }
  80. ],
  81. "main": "underscore.js",
  82. "maintainers": [
  83. {
  84. "name": "jashkenas",
  85. "email": "[email protected]"
  86. }
  87. ],
  88. "name": "underscore",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/jashkenas/underscore.git"
  94. },
  95. "scripts": {
  96. "build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
  97. "doc": "docco underscore.js",
  98. "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
  99. },
  100. "version": "1.6.0"
  101. }