package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "underscore",
  3. "description": "JavaScript's functional programming helper library.",
  4. "homepage": "http://underscorejs.org",
  5. "keywords": [
  6. "util",
  7. "functional",
  8. "server",
  9. "client",
  10. "browser"
  11. ],
  12. "author": {
  13. "name": "Jeremy Ashkenas",
  14. "email": "jeremy@documentcloud.org"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/jashkenas/underscore.git"
  19. },
  20. "main": "underscore.js",
  21. "version": "1.6.0",
  22. "devDependencies": {
  23. "docco": "0.6.x",
  24. "phantomjs": "1.9.0-1",
  25. "uglify-js": "2.4.x"
  26. },
  27. "scripts": {
  28. "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true",
  29. "build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
  30. "doc": "docco underscore.js"
  31. },
  32. "licenses": [
  33. {
  34. "type": "MIT",
  35. "url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
  36. }
  37. ],
  38. "files": [
  39. "underscore.js",
  40. "underscore-min.js",
  41. "LICENSE"
  42. ],
  43. "readme": " __\n /\\ \\ __\n __ __ ___ \\_\\ \\ __ _ __ ____ ___ ___ _ __ __ /\\_\\ ____\n /\\ \\/\\ \\ /' _ `\\ /'_ \\ /'__`\\/\\ __\\/ ,__\\ / ___\\ / __`\\/\\ __\\/'__`\\ \\/\\ \\ /',__\\\n \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\ __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\ __/ __ \\ \\ \\/\\__, `\\\n \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n \\/___/ \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/ \\/____/\\/___/ \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/\n \\ \\____/\n \\/___/\n\nUnderscore.js is a utility-belt library for JavaScript that provides\nsupport for the usual functional suspects (each, map, reduce, filter...)\nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttp://underscorejs.org\n\nUnderscore is an open-sourced component of DocumentCloud:\nhttps://github.com/documentcloud\n\nMany thanks to our contributors:\nhttps://github.com/jashkenas/underscore/contributors\n",
  44. "readmeFilename": "README.md",
  45. "bugs": {
  46. "url": "https://github.com/jashkenas/underscore/issues"
  47. },
  48. "_id": "underscore@1.6.0",
  49. "_shasum": "8b38b10cacdef63337b8b24e4ff86d45aea529a8",
  50. "_from": "underscore@1.6.0",
  51. "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
  52. }