package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "rc@^1.1.2",
  3. "_id": "rc@1.2.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  6. "_location": "/rc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rc@^1.1.2",
  12. "name": "rc",
  13. "escapedName": "rc",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/electron-download"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  22. "_shasum": "cd924bf5200a075b83c188cd6b9e211b7fc0d3ed",
  23. "_spec": "rc@^1.1.2",
  24. "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app\\node_modules\\electron-download",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "dominictarr.com"
  29. },
  30. "bin": {
  31. "rc": "./cli.js"
  32. },
  33. "browser": "browser.js",
  34. "bugs": {
  35. "url": "https://github.com/dominictarr/rc/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "deep-extend": "^0.6.0",
  40. "ini": "~1.3.0",
  41. "minimist": "^1.2.0",
  42. "strip-json-comments": "~2.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "hardwired configuration loader",
  46. "homepage": "https://github.com/dominictarr/rc#readme",
  47. "keywords": [
  48. "config",
  49. "rc",
  50. "unix",
  51. "defaults"
  52. ],
  53. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  54. "main": "index.js",
  55. "name": "rc",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/dominictarr/rc.git"
  59. },
  60. "scripts": {
  61. "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
  62. },
  63. "version": "1.2.8"
  64. }