package.json 1.6 KB

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