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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "rc@1.2.8",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rc@1.2.8",
  10. "_id": "rc@1.2.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  13. "_location": "/rc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rc@1.2.8",
  19. "name": "rc",
  20. "escapedName": "rc",
  21. "rawSpec": "1.2.8",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.8"
  24. },
  25. "_requiredBy": [
  26. "/registry-auth-token",
  27. "/registry-url"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  30. "_spec": "1.2.8",
  31. "_where": "D:\\Projects\\scrapper-api",
  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.6.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.8"
  69. }