1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- {
- "raw": "rc@^1.1.5",
- "scope": null,
- "escapedName": "rc",
- "name": "rc",
- "rawSpec": "^1.1.5",
- "spec": ">=1.1.5 <2.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "rc@>=1.1.5 <2.0.0",
- "_id": "rc@1.1.6",
- "_inCache": true,
- "_location": "/rc",
- "_nodeVersion": "4.2.3",
- "_npmUser": {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- },
- "_npmVersion": "3.5.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "rc@^1.1.5",
- "scope": null,
- "escapedName": "rc",
- "name": "rc",
- "rawSpec": "^1.1.5",
- "spec": ">=1.1.5 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/registry-auth-token",
- "/registry-url",
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz",
- "_shasum": "43651b76b6ae53b5c802f1151fa3fc3b059969c9",
- "_shrinkwrap": null,
- "_spec": "rc@^1.1.5",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
- "author": {
- "name": "Dominic Tarr",
- "email": "dominic.tarr@gmail.com",
- "url": "dominictarr.com"
- },
- "bin": {
- "rc": "./index.js"
- },
- "browserify": "browser.js",
- "bugs": {
- "url": "https://github.com/dominictarr/rc/issues"
- },
- "dependencies": {
- "deep-extend": "~0.4.0",
- "ini": "~1.3.0",
- "minimist": "^1.2.0",
- "strip-json-comments": "~1.0.4"
- },
- "description": "hardwired configuration loader",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "43651b76b6ae53b5c802f1151fa3fc3b059969c9",
- "tarball": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz"
- },
- "gitHead": "132062de0e61881a025cc4784d9a2798409c2bf1",
- "homepage": "https://github.com/dominictarr/rc#readme",
- "keywords": [
- "config",
- "rc",
- "unix",
- "defaults"
- ],
- "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
- "main": "index.js",
- "maintainers": [
- {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- }
- ],
- "name": "rc",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dominictarr/rc.git"
- },
- "scripts": {
- "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
- },
- "version": "1.1.6"
- }
|