brush_cli
Version:
A tool for creating and developing cmos PC Framework project.
116 lines (115 loc) • 2.85 kB
JSON
{
"_args": [
[
{
"raw": "readable-wrap@^1.0.0",
"scope": null,
"escapedName": "readable-wrap",
"name": "readable-wrap",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/usr/local/lib/node_modules/ionic/node_modules/stream-splicer"
]
],
"_from": "readable-wrap@>=1.0.0 <2.0.0",
"_id": "readable-wrap@1.0.0",
"_inCache": true,
"_location": "/ionic/readable-wrap",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "readable-wrap@^1.0.0",
"scope": null,
"escapedName": "readable-wrap",
"name": "readable-wrap",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ionic/read-only-stream",
"/ionic/stream-splicer"
],
"_resolved": "https://registry.npmjs.org/readable-wrap/-/readable-wrap-1.0.0.tgz",
"_shasum": "3b5a211c631e12303a54991c806c17e7ae206bff",
"_shrinkwrap": null,
"_spec": "readable-wrap@^1.0.0",
"_where": "/usr/local/lib/node_modules/ionic/node_modules/stream-splicer",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/readable-wrap/issues"
},
"dependencies": {
"readable-stream": "^1.1.13-1"
},
"description": "upgrade streams1 to streams2 streams as a standalone module",
"devDependencies": {
"tape": "~2.12.1",
"through2": "~1.0.0"
},
"directories": {},
"dist": {
"shasum": "3b5a211c631e12303a54991c806c17e7ae206bff",
"tarball": "https://registry.npmjs.org/readable-wrap/-/readable-wrap-1.0.0.tgz"
},
"homepage": "https://github.com/substack/readable-wrap",
"keywords": [
"streams1",
"streams2",
"readable-stream",
"streams",
"wrapper"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "readable-wrap",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/readable-wrap.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/15",
"firefox/latest",
"firefox/nightly",
"chrome/15",
"chrome/latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.0.0"
}