package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "rc@^1.1.6",
  3. "_id": "rc@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6xiYnG1PTxYsOZ953dKfODVWgJI=",
  6. "_location": "/rc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rc@^1.1.6",
  12. "name": "rc",
  13. "escapedName": "rc",
  14. "rawSpec": "^1.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.6"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.6.tgz",
  22. "_shasum": "eb18989c6d4f4f162c399f79ddd29f3835568092",
  23. "_spec": "rc@^1.1.6",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/prebuild-install",
  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.4.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.6"
  64. }