forked from enviPath/enviPy
Current Dev State
This commit is contained in:
63
static/js/ketcher2/node_modules/foreground-child/package.json
generated
vendored
Normal file
63
static/js/ketcher2/node_modules/foreground-child/package.json
generated
vendored
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "foreground-child@^1.3.3",
|
||||
"_id": "foreground-child@1.5.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-T9ca0t/elnibmApcCilZN8svXOk=",
|
||||
"_location": "/foreground-child",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "foreground-child@^1.3.3",
|
||||
"name": "foreground-child",
|
||||
"escapedName": "foreground-child",
|
||||
"rawSpec": "^1.3.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tap"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz",
|
||||
"_shasum": "4fd71ad2dfde96789b980a5c0a295937cb2f5ce9",
|
||||
"_spec": "foreground-child@^1.3.3",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/tap",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tapjs/foreground-child/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"cross-spawn": "^4",
|
||||
"signal-exit": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
|
||||
"devDependencies": {
|
||||
"tap": "^8.0.1"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/tapjs/foreground-child#readme",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "foreground-child",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tapjs/foreground-child.git"
|
||||
},
|
||||
"scripts": {
|
||||
"changelog": "bash changelog.sh",
|
||||
"postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
|
||||
"test": "tap --coverage test/*.js"
|
||||
},
|
||||
"version": "1.5.6"
|
||||
}
|
||||
Reference in New Issue
Block a user