package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "config-chain@1.1.13",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "config-chain@1.1.13",
  9. "_id": "config-chain@1.1.13",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+tB5Wqamza/57Rto6d/5Q3LCMvQ=",
  12. "_location": "/config-chain",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "config-chain@1.1.13",
  18. "name": "config-chain",
  19. "escapedName": "config-chain",
  20. "rawSpec": "1.1.13",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.13"
  23. },
  24. "_requiredBy": [
  25. "/js-beautify"
  26. ],
  27. "_resolved": "https://registry.nlark.com/config-chain/download/config-chain-1.1.13.tgz",
  28. "_spec": "1.1.13",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Dominic Tarr",
  32. "email": "dominic.tarr@gmail.com",
  33. "url": "http://dominictarr.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/dominictarr/config-chain/issues"
  37. },
  38. "dependencies": {
  39. "ini": "^1.3.4",
  40. "proto-list": "~1.2.1"
  41. },
  42. "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  43. "devDependencies": {
  44. "tap": "0.3.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "http://github.com/dominictarr/config-chain",
  50. "license": {
  51. "type": "MIT",
  52. "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
  53. },
  54. "name": "config-chain",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/dominictarr/config-chain.git"
  58. },
  59. "scripts": {
  60. "test": "tap test/*"
  61. },
  62. "version": "1.1.13"
  63. }