notes/node_modules/jsonfilter/package.json

92 lines
2.2 KiB
JSON

{
"_args": [
[
"jsonfilter@^1.1.2",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse"
]
],
"_from": "jsonfilter@>=1.1.2 <2.0.0",
"_id": "jsonfilter@1.1.2",
"_inCache": true,
"_installable": true,
"_location": "/jsonfilter",
"_nodeVersion": "0.10.28",
"_npmUser": {
"email": "max+DONT+EMAIL+ME@maxogden.com",
"name": "maxogden"
},
"_npmVersion": "2.1.6",
"_phantomChildren": {},
"_requested": {
"name": "jsonfilter",
"raw": "jsonfilter@^1.1.2",
"rawSpec": "^1.1.2",
"scope": null,
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/doiuse"
],
"_resolved": "https://registry.npmjs.org/jsonfilter/-/jsonfilter-1.1.2.tgz",
"_shasum": "21ef7cedc75193813c75932e96a98be205ba5a11",
"_shrinkwrap": null,
"_spec": "jsonfilter@^1.1.2",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse",
"author": {
"name": "max ogden"
},
"bin": {
"jsonfilter": "cli.js"
},
"bugs": {
"url": "https://github.com/maxogden/jsonfilter/issues"
},
"dependencies": {
"JSONStream": "^0.8.4",
"minimist": "^1.1.0",
"stream-combiner": "^0.2.1",
"through2": "^0.6.3"
},
"description": "Streaming JSON filtering on the command line",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "21ef7cedc75193813c75932e96a98be205ba5a11",
"tarball": "https://registry.npmjs.org/jsonfilter/-/jsonfilter-1.1.2.tgz"
},
"gitHead": "7180dfb6695cb4df7677a807c2fd79724154ce70",
"homepage": "https://github.com/maxogden/jsonfilter",
"license": "BSD",
"main": "index.js",
"maintainers": [
{
"name": "maxogden",
"email": "max@maxogden.com"
},
{
"name": "jlord",
"email": "to.jlord@gmail.com"
},
{
"name": "visnup",
"email": "visnupx@gmail.com"
},
{
"name": "groundwater",
"email": "groundwater@gmail.com"
}
],
"name": "jsonfilter",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/maxogden/jsonfilter.git"
},
"scripts": {
"test": "cat test.json | jsonfilter dog"
},
"version": "1.1.2"
}