package.json 2.3 KB

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