package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "rc@^1.1.5",
  6. "scope": null,
  7. "escapedName": "rc",
  8. "name": "rc",
  9. "rawSpec": "^1.1.5",
  10. "spec": ">=1.1.5 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "rc@>=1.1.5 <2.0.0",
  17. "_id": "rc@1.1.6",
  18. "_inCache": true,
  19. "_location": "/rc",
  20. "_nodeVersion": "4.2.3",
  21. "_npmUser": {
  22. "name": "dominictarr",
  23. "email": "dominic.tarr@gmail.com"
  24. },
  25. "_npmVersion": "3.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "rc@^1.1.5",
  29. "scope": null,
  30. "escapedName": "rc",
  31. "name": "rc",
  32. "rawSpec": "^1.1.5",
  33. "spec": ">=1.1.5 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/registry-auth-token",
  38. "/registry-url",
  39. "/typings-core"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz",
  42. "_shasum": "43651b76b6ae53b5c802f1151fa3fc3b059969c9",
  43. "_shrinkwrap": null,
  44. "_spec": "rc@^1.1.5",
  45. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  46. "author": {
  47. "name": "Dominic Tarr",
  48. "email": "dominic.tarr@gmail.com",
  49. "url": "dominictarr.com"
  50. },
  51. "bin": {
  52. "rc": "./index.js"
  53. },
  54. "browserify": "browser.js",
  55. "bugs": {
  56. "url": "https://github.com/dominictarr/rc/issues"
  57. },
  58. "dependencies": {
  59. "deep-extend": "~0.4.0",
  60. "ini": "~1.3.0",
  61. "minimist": "^1.2.0",
  62. "strip-json-comments": "~1.0.4"
  63. },
  64. "description": "hardwired configuration loader",
  65. "devDependencies": {},
  66. "directories": {},
  67. "dist": {
  68. "shasum": "43651b76b6ae53b5c802f1151fa3fc3b059969c9",
  69. "tarball": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz"
  70. },
  71. "gitHead": "132062de0e61881a025cc4784d9a2798409c2bf1",
  72. "homepage": "https://github.com/dominictarr/rc#readme",
  73. "keywords": [
  74. "config",
  75. "rc",
  76. "unix",
  77. "defaults"
  78. ],
  79. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "dominictarr",
  84. "email": "dominic.tarr@gmail.com"
  85. }
  86. ],
  87. "name": "rc",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/dominictarr/rc.git"
  93. },
  94. "scripts": {
  95. "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
  96. },
  97. "version": "1.1.6"
  98. }