package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "underscore@1.7.x - 1.8.x",
  6. "scope": null,
  7. "escapedName": "underscore",
  8. "name": "underscore",
  9. "rawSpec": "1.7.x - 1.8.x",
  10. "spec": ">=1.7.0 <1.9.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/retire"
  14. ]
  15. ],
  16. "_from": "underscore@>=1.7.0 <1.9.0",
  17. "_id": "underscore@1.8.3",
  18. "_inCache": true,
  19. "_location": "/underscore",
  20. "_npmUser": {
  21. "name": "jashkenas",
  22. "email": "jashkenas@gmail.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "underscore@1.7.x - 1.8.x",
  28. "scope": null,
  29. "escapedName": "underscore",
  30. "name": "underscore",
  31. "rawSpec": "1.7.x - 1.8.x",
  32. "spec": ">=1.7.0 <1.9.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/retire"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
  39. "_shasum": "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022",
  40. "_shrinkwrap": null,
  41. "_spec": "underscore@1.7.x - 1.8.x",
  42. "_where": "/home/conte/data/reveal.js/node_modules/retire",
  43. "author": {
  44. "name": "Jeremy Ashkenas",
  45. "email": "jeremy@documentcloud.org"
  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": "*",
  54. "eslint": "0.6.x",
  55. "karma": "~0.12.31",
  56. "karma-qunit": "~0.1.4",
  57. "qunit-cli": "~0.2.0",
  58. "uglify-js": "2.4.x"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022",
  63. "tarball": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz"
  64. },
  65. "files": [
  66. "underscore.js",
  67. "underscore-min.js",
  68. "underscore-min.map",
  69. "LICENSE"
  70. ],
  71. "gitHead": "e4743ab712b8ab42ad4ccb48b155034d02394e4d",
  72. "homepage": "http://underscorejs.org",
  73. "keywords": [
  74. "util",
  75. "functional",
  76. "server",
  77. "client",
  78. "browser"
  79. ],
  80. "license": "MIT",
  81. "main": "underscore.js",
  82. "maintainers": [
  83. {
  84. "name": "jashkenas",
  85. "email": "jashkenas@gmail.com"
  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. "lint": "eslint underscore.js test/*.js",
  99. "test": "npm run test-node && npm run lint",
  100. "test-browser": "npm i karma-phantomjs-launcher && ./node_modules/karma/bin/karma start",
  101. "test-node": "qunit-cli test/*.js"
  102. },
  103. "version": "1.8.3"
  104. }