brush_cli
Version:
A tool for creating and developing cmos PC Framework project.
111 lines (110 loc) • 2.75 kB
JSON
{
"_args": [
[
{
"raw": "through2@^1.0.0",
"scope": null,
"escapedName": "through2",
"name": "through2",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/usr/local/lib/node_modules/ionic/node_modules/browserify"
]
],
"_from": "through2@>=1.0.0 <2.0.0",
"_id": "through2@1.1.1",
"_inCache": true,
"_location": "/ionic/through2",
"_npmUser": {
"name": "rvagg",
"email": "rod@vagg.org"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "through2@^1.0.0",
"scope": null,
"escapedName": "through2",
"name": "through2",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ionic/browserify",
"/ionic/deps-sort",
"/ionic/insert-module-globals",
"/ionic/module-deps",
"/ionic/stream-splicer"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz",
"_shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",
"_shrinkwrap": null,
"_spec": "through2@^1.0.0",
"_where": "/usr/local/lib/node_modules/ionic/node_modules/browserify",
"author": {
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"dependencies": {
"readable-stream": ">=1.1.13-1 <1.2.0-0",
"xtend": ">=4.0.0 <4.1.0-0"
},
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"devDependencies": {
"bl": ">=0.9.0 <0.10.0-0",
"stream-spigot": ">=3.0.4 <3.1.0-0",
"tape": ">=2.14.0 <2.15.0-0"
},
"directories": {},
"dist": {
"shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",
"tarball": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz"
},
"gitHead": "05618510052dcb4ec970c47c1234e0fcad8566de",
"homepage": "https://github.com/rvagg/through2",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"maintainers": [
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "bryce",
"email": "bryce@ravenwall.com"
}
],
"name": "through2",
"optionalDependencies": {},
"publishConfig": {
"tag": "1.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/through2.git"
},
"scripts": {
"test": "node test/test.js",
"test-local": "brtapsauce-local test/basic-test.js"
},
"version": "1.1.1"
}