UNPKG

yhtml5-test

Version:

A test framework for front-end projects

78 lines (77 loc) 2.06 kB
{ "_args": [ [ "exec-sh@0.2.1", "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo" ] ], "_from": "exec-sh@0.2.1", "_id": "exec-sh@0.2.1", "_inBundle": false, "_integrity": "sha512-aLt95pexaugVtQerpmE51+4QfWrNc304uez7jvj6fWnN8GeEHpttB8F36n8N7uVhUMbH/1enbxQ9HImZ4w/9qg==", "_location": "/exec-sh", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "exec-sh@0.2.1", "name": "exec-sh", "escapedName": "exec-sh", "rawSpec": "0.2.1", "saveSpec": null, "fetchSpec": "0.2.1" }, "_requiredBy": [ "/sane" ], "_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.1.tgz", "_spec": "0.2.1", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "Aleksandr Tsertkov", "email": "tsertkov@gmail.com" }, "bugs": { "url": "https://github.com/tsertkov/exec-sh/issues" }, "dependencies": { "merge": "^1.1.3" }, "description": "Execute shell command forwarding all stdio.", "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.2", "jsdoc": "^3.3.0-alpha8", "jshint": "^2.5.1", "mocha": "^1.20.1", "sinon": "^1.10.2" }, "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/", "jshint": "jshint lib/ example/ test/ package.json", "test": "npm run cover-test && npm run jshint" }, "version": "0.2.1" }