package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "rc@1.2.6",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rc@^1.1.2",
  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. "/",
  27. "/electron-download",
  28. "/electron-packager/electron-download"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.6.tgz",
  31. "_shasum": "eb18989c6d4f4f162c399f79ddd29f3835568092",
  32. "_spec": "1.2.6",
  33. "_where": "E:\\vscode\\UseStudio.Desktop",
  34. "author": {
  35. "name": "Dominic Tarr",
  36. "email": "dominic.tarr@gmail.com",
  37. "url": "dominictarr.com"
  38. },
  39. "bin": {
  40. "rc": "./cli.js"
  41. },
  42. "browser": "browser.js",
  43. "bugs": {
  44. "url": "https://github.com/dominictarr/rc/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "deep-extend": "~0.4.0",
  49. "ini": "~1.3.0",
  50. "minimist": "^1.2.0",
  51. "strip-json-comments": "~2.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "hardwired configuration loader",
  55. "homepage": "https://github.com/dominictarr/rc#readme",
  56. "keywords": [
  57. "config",
  58. "rc",
  59. "unix",
  60. "defaults"
  61. ],
  62. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  63. "main": "index.js",
  64. "name": "rc",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/dominictarr/rc.git"
  68. },
  69. "scripts": {
  70. "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
  71. },
  72. "version": "1.2.6"
  73. }