package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "config",
  3. "_id": "config@3.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Hj5916C5HFawjYJat1epbyY2PlAgLpBtDUlr0MxGLgo3p5+7kylyvnRY18PqJHgnNWXcdd0eWDemT7eYWuFgwg==",
  6. "_location": "/config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "config",
  12. "name": "config",
  13. "escapedName": "config",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/config/-/config-3.3.6.tgz",
  23. "_shasum": "b87799db7399cc34988f55379b5f43465b1b065c",
  24. "_spec": "config",
  25. "_where": "/home/pvvvm505/Документы/Project/Back",
  26. "author": {
  27. "name": "Loren West",
  28. "email": "open_source@lorenwest.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lorenwest/node-config/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "json5": "^2.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "Configuration control for production node deployments",
  39. "devDependencies": {
  40. "@types/node": "^7.0.8",
  41. "coffeescript": "2.2.4",
  42. "cson": "^3.0.1",
  43. "hjson": "^1.2.0",
  44. "js-yaml": "^3.2.2",
  45. "properties": "~1.2.1",
  46. "semver": "5.3.0",
  47. "toml": "^2.0.6",
  48. "ts-node": "^3.3.0",
  49. "typescript": "^2.4.2",
  50. "underscore": "^1.8.3",
  51. "vows": ">=0.8.1",
  52. "x2js": "^2.0.1"
  53. },
  54. "directories": {
  55. "lib": "./lib"
  56. },
  57. "engines": {
  58. "node": ">= 10.0.0"
  59. },
  60. "homepage": "http://lorenwest.github.com/node-config",
  61. "keywords": [
  62. "conf",
  63. "config",
  64. "configuration",
  65. "node-config",
  66. "config-node",
  67. "env",
  68. "environment"
  69. ],
  70. "license": "MIT",
  71. "main": "./lib/config.js",
  72. "name": "config",
  73. "publishConfig": {
  74. "registry": "https://registry.npmjs.org/"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/lorenwest/node-config.git"
  79. },
  80. "scripts": {
  81. "test": "./node_modules/vows/bin/vows test/*.js --spec"
  82. },
  83. "version": "3.3.6"
  84. }