package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "install@0.13.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "install@0.13.0",
  9. "_id": "install@0.13.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-avbp2p3QmH3iq0IPeOYNnBcmB3Y=",
  12. "_location": "/install",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "install@0.13.0",
  18. "name": "install",
  19. "escapedName": "install",
  20. "rawSpec": "0.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.13.0"
  23. },
  24. "_requiredBy": [
  25. "/xgplayer"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/install/download/install-0.13.0.tgz",
  28. "_spec": "0.13.0",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "Ben Newman",
  32. "email": "bn@cs.stanford.edu"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/benjamn/install/issues"
  36. },
  37. "description": "Minimal JavaScript module loader",
  38. "devDependencies": {
  39. "docco": "^0.8.0",
  40. "mocha": "^5.0.0",
  41. "reify": "^0.18.1",
  42. "terser": "^3.16.0"
  43. },
  44. "engines": {
  45. "node": ">= 0.10"
  46. },
  47. "homepage": "http://github.com/benjamn/install",
  48. "keywords": [
  49. "modules",
  50. "require",
  51. "commonjs",
  52. "exports",
  53. "browser",
  54. "packaging",
  55. "packager",
  56. "install"
  57. ],
  58. "license": "MIT",
  59. "main": "install.js",
  60. "name": "install",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/benjamn/install.git"
  64. },
  65. "scripts": {
  66. "docs": "scripts/docs.sh",
  67. "prepublish": "scripts/prepublish.sh",
  68. "test": "mocha --reporter spec --full-trace test/run.js"
  69. },
  70. "version": "0.13.0"
  71. }