You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.4 KiB

{
"_from": "execspawn@^1.0.1",
"_id": "execspawn@1.0.1",
"_inBundle": false,
"_integrity": "sha1-gob53efOzeeQX73ATiTzaPI/jaY=",
"_location": "/execspawn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "execspawn@^1.0.1",
"name": "execspawn",
"escapedName": "execspawn",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/prebuild"
],
"_resolved": "https://registry.npmjs.org/execspawn/-/execspawn-1.0.1.tgz",
"_shasum": "8286f9dde7cecde7905fbdc04e24f368f23f8da6",
"_spec": "execspawn@^1.0.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/prebuild",
"author": {
"name": "Andreas Madsen",
"email": "amwebdk@gmail.com"
},
"bugs": {
"url": "https://github.com/AndreasMadsen/execspawn/issues"
},
"bundleDependencies": false,
"dependencies": {
"util-extend": "^1.0.1"
},
"deprecated": false,
"description": "spawn stream for child_process.exec",
"devDependencies": {
"endpoint": "^0.4.5",
"tap": "^5.0.0"
},
"homepage": "https://github.com/AndreasMadsen/execspawn#readme",
"keywords": [
"exec",
"stream",
"spawn"
],
"license": "MIT",
"main": "./execspawn.js",
"name": "execspawn",
"repository": {
"type": "git",
"url": "git://github.com/AndreasMadsen/execspawn.git"
},
"scripts": {
"test": "tap test.js"
},
"version": "1.0.1"
}