123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- {
- "raw": "strip-json-comments@~1.0.4",
- "scope": null,
- "escapedName": "strip-json-comments",
- "name": "strip-json-comments",
- "rawSpec": "~1.0.4",
- "spec": ">=1.0.4 <1.1.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/rc"
- ]
- ],
- "_from": "strip-json-comments@>=1.0.4 <1.1.0",
- "_id": "strip-json-comments@1.0.4",
- "_inCache": true,
- "_location": "/strip-json-comments",
- "_nodeVersion": "0.12.5",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.11.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "strip-json-comments@~1.0.4",
- "scope": null,
- "escapedName": "strip-json-comments",
- "name": "strip-json-comments",
- "rawSpec": "~1.0.4",
- "spec": ">=1.0.4 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/rc"
- ],
- "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
- "_shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
- "_shrinkwrap": null,
- "_spec": "strip-json-comments@~1.0.4",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/rc",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bin": {
- "strip-json-comments": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/strip-json-comments/issues"
- },
- "dependencies": {},
- "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
- "tarball": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "files": [
- "cli.js",
- "strip-json-comments.js"
- ],
- "gitHead": "f58348696368583cc5bb18525fe31eacc9bd00e1",
- "homepage": "https://github.com/sindresorhus/strip-json-comments",
- "keywords": [
- "json",
- "strip",
- "remove",
- "delete",
- "trim",
- "comments",
- "multiline",
- "parse",
- "config",
- "configuration",
- "conf",
- "settings",
- "util",
- "env",
- "environment",
- "cli",
- "bin"
- ],
- "license": "MIT",
- "main": "strip-json-comments",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "strip-json-comments",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
- },
- "scripts": {
- "test": "mocha --ui tdd"
- },
- "version": "1.0.4"
- }
|