You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "config-chain@^1.1.11",
  3. "_id": "config-chain@1.1.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==",
  6. "_location": "/config-chain",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "config-chain@^1.1.11",
  12. "name": "config-chain",
  13. "escapedName": "config-chain",
  14. "rawSpec": "^1.1.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.11"
  17. },
  18. "_requiredBy": [
  19. "/npm-conf"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz",
  22. "_shasum": "0fde8d091200eb5e808caf25fe618c02f48e4efa",
  23. "_spec": "config-chain@^1.1.11",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\npm-conf",
  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. "licenses": [
  48. {
  49. "type": "MIT",
  50. "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
  51. }
  52. ],
  53. "name": "config-chain",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/dominictarr/config-chain.git"
  57. },
  58. "scripts": {
  59. "test": "tap test/*"
  60. },
  61. "version": "1.1.12"
  62. }