package.json 1.6 KB

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