package.json 1.6 KB

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