123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "exec-sh@0.2.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "exec-sh@0.2.2",
- "_id": "exec-sh@0.2.2",
- "_inBundle": false,
- "_integrity": "sha1-Kl5//L19C6J1W97LFuWkJ9+97DY=",
- "_location": "/exec-sh",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "exec-sh@0.2.2",
- "name": "exec-sh",
- "escapedName": "exec-sh",
- "rawSpec": "0.2.2",
- "saveSpec": null,
- "fetchSpec": "0.2.2"
- },
- "_requiredBy": [
- "/sane",
- "/watch"
- ],
- "_resolved": "https://registry.npm.taobao.org/exec-sh/download/exec-sh-0.2.2.tgz",
- "_spec": "0.2.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Aleksandr Tsertkov",
- "email": "tsertkov@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/tsertkov/exec-sh/issues"
- },
- "dependencies": {
- "merge": "^1.2.0"
- },
- "description": "Execute shell command forwarding all stdio.",
- "devDependencies": {
- "coveralls": "^3.0.1",
- "istanbul": "^0.4.5",
- "jsdoc": "^3.5.5",
- "jshint": "^2.9.5",
- "mocha": "^5.2.0",
- "sinon": "^6.0.1",
- "standard": "^11.0.1"
- },
- "homepage": "https://github.com/tsertkov/exec-sh#readme",
- "keywords": [
- "exec",
- "spawn",
- "terminal",
- "console",
- "shell",
- "command",
- "child_process"
- ],
- "license": {
- "type": "MIT",
- "url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE"
- },
- "main": "lib/exec-sh.js",
- "name": "exec-sh",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
- },
- "scripts": {
- "cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
- "dev": "mocha --reporter spec --watch",
- "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
- "lint": "standard --verbose **/*.js",
- "test": "npm run lint && npm run cover-test"
- },
- "version": "0.2.2"
- }
|