package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "proto-list@1.2.4",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "proto-list@1.2.4",
  9. "_id": "proto-list@1.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
  12. "_location": "/proto-list",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "proto-list@1.2.4",
  18. "name": "proto-list",
  19. "escapedName": "proto-list",
  20. "rawSpec": "1.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.4"
  23. },
  24. "_requiredBy": [
  25. "/config-chain"
  26. ],
  27. "_resolved": "https://registry.nlark.com/proto-list/download/proto-list-1.2.4.tgz",
  28. "_spec": "1.2.4",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/proto-list/issues"
  37. },
  38. "description": "A utility for managing a prototype chain",
  39. "devDependencies": {
  40. "tap": "0"
  41. },
  42. "homepage": "https://github.com/isaacs/proto-list#readme",
  43. "license": "ISC",
  44. "main": "./proto-list.js",
  45. "name": "proto-list",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/isaacs/proto-list.git"
  49. },
  50. "scripts": {
  51. "test": "tap test/*.js"
  52. },
  53. "version": "1.2.4"
  54. }