brush_cli
Version:
A tool for creating and developing cmos PC Framework project.
89 lines (88 loc) • 2.19 kB
JSON
{
"_args": [
[
{
"raw": "assert@~1.3.0",
"scope": null,
"escapedName": "assert",
"name": "assert",
"rawSpec": "~1.3.0",
"spec": ">=1.3.0 <1.4.0",
"type": "range"
},
"/usr/local/lib/node_modules/ionic/node_modules/browserify"
]
],
"_from": "assert@>=1.3.0 <1.4.0",
"_id": "assert@1.3.0",
"_inCache": true,
"_location": "/ionic/assert",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "shtylman",
"email": "shtylman@gmail.com"
},
"_npmVersion": "2.1.12",
"_phantomChildren": {},
"_requested": {
"raw": "assert@~1.3.0",
"scope": null,
"escapedName": "assert",
"name": "assert",
"rawSpec": "~1.3.0",
"spec": ">=1.3.0 <1.4.0",
"type": "range"
},
"_requiredBy": [
"/ionic/browserify"
],
"_resolved": "https://registry.npmjs.org/assert/-/assert-1.3.0.tgz",
"_shasum": "03939a622582a812cc202320a0b9a56c9b815849",
"_shrinkwrap": null,
"_spec": "assert@~1.3.0",
"_where": "/usr/local/lib/node_modules/ionic/node_modules/browserify",
"bugs": {
"url": "https://github.com/defunctzombie/commonjs-assert/issues"
},
"dependencies": {
"util": "0.10.3"
},
"description": "commonjs assert - node.js api compatible",
"devDependencies": {
"mocha": "~1.21.4",
"zuul": "~1.10.2"
},
"directories": {},
"dist": {
"shasum": "03939a622582a812cc202320a0b9a56c9b815849",
"tarball": "https://registry.npmjs.org/assert/-/assert-1.3.0.tgz"
},
"gitHead": "cc3c9020e9ca440bdc431f92570d676dd8a89a3c",
"homepage": "https://github.com/defunctzombie/commonjs-assert",
"keywords": [
"assert"
],
"license": "MIT",
"main": "./assert.js",
"maintainers": [
{
"name": "coolaj86",
"email": "coolaj86@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
}
],
"name": "assert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/commonjs-assert.git"
},
"scripts": {
"test": "mocha --ui qunit test.js && zuul -- test.js"
},
"version": "1.3.0"
}