cloudworker-proxy
Version:
An api gateway for cloudflare workers
134 lines (133 loc) • 3.63 kB
JSON
{
"_args": [
[
"child-process-ext@2.1.1",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "child-process-ext@2.1.1",
"_id": "child-process-ext@2.1.1",
"_inBundle": false,
"_integrity": "sha512-0UQ55f51JBkOFa+fvR76ywRzxiPwQS3Xe8oe5bZRphpv+dIMeerW5Zn5e4cUy4COJwVtJyU0R79RMnw+aCqmGA==",
"_location": "/child-process-ext",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "child-process-ext@2.1.1",
"name": "child-process-ext",
"escapedName": "child-process-ext",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/@serverless/components",
"/@serverless/enterprise-plugin",
"/serverless"
],
"_resolved": "https://registry.npmjs.org/child-process-ext/-/child-process-ext-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Mariusz Nowak",
"email": "medyk@medikoo.com",
"url": "http://www.medikoo.com/"
},
"bugs": {
"url": "https://github.com/medikoo/child-process-ext/issues"
},
"dependencies": {
"cross-spawn": "^6.0.5",
"es5-ext": "^0.10.53",
"log": "^6.0.0",
"split2": "^3.1.1",
"stream-promise": "^3.2.0"
},
"description": "Extensions to Node.js child_process module",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-medikoo": "^2.7.0",
"git-list-updated": "^1.2.1",
"husky": "^4.2.3",
"lint-staged": "^10.1.2",
"mocha": "^6.2.3",
"nyc": "^15.0.1",
"prettier-elastic": "^1.19.1"
},
"eslintConfig": {
"extends": "medikoo",
"root": true,
"env": {
"node": true
},
"overrides": [
{
"files": "test/**/*.js",
"env": {
"mocha": true
}
}
]
},
"homepage": "https://github.com/medikoo/child-process-ext#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"child_process",
"node",
"spawn"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"eslint"
],
"*.{css,html,js,json,md,yaml,yml}": [
"prettier -c"
]
},
"name": "child-process-ext",
"nyc": {
"all": true,
"exclude": [
"coverage/**",
"test/**"
]
},
"prettier": {
"printWidth": 100,
"tabWidth": 4,
"overrides": [
{
"files": [
"*.md"
],
"options": {
"tabWidth": 2
}
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/medikoo/child-process-ext.git"
},
"scripts": {
"check-coverage": "npm run coverage && nyc check-coverage --statements 80 --function 80 --branches 50 --lines 80",
"coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test",
"lint": "eslint --ignore-path=.gitignore .",
"lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
"test": "mocha --recursive"
},
"version": "2.1.1"
}