cloudworker-proxy
Version:
An api gateway for cloudflare workers
107 lines (106 loc) • 2.88 kB
JSON
{
"_args": [
[
"essentials@1.1.1",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "essentials@1.1.1",
"_id": "essentials@1.1.1",
"_inBundle": false,
"_integrity": "sha512-SmaxoAdVu86XkZQM/u6TYSu96ZlFGwhvSk1l9zAkznFuQkMb9mRDS2iq/XWDow7R8OwBwdYH8nLyDKznMD+GWw==",
"_location": "/essentials",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "essentials@1.1.1",
"name": "essentials",
"escapedName": "essentials",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/serverless"
],
"_resolved": "https://registry.npmjs.org/essentials/-/essentials-1.1.1.tgz",
"_spec": "1.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/essentials/issues"
},
"description": "Essential initialization for every JavaScript process",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-medikoo": "^2.7.0",
"git-list-updated": "^1.2.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"prettier-elastic": "^1.18.2"
},
"eslintConfig": {
"extends": "medikoo/es3",
"root": true,
"globals": {
"process": true,
"addEventListener": true
}
},
"homepage": "https://github.com/medikoo/essentials#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"initialization",
"process",
"promise",
"setup",
"unhandledrejections"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"eslint"
],
"*.{css,html,js,json,md,yaml,yml}": [
"prettier -c"
]
},
"name": "essentials",
"prettier": {
"printWidth": 100,
"tabWidth": 4,
"overrides": [
{
"files": [
"*.md"
],
"options": {
"tabWidth": 2
}
}
]
},
"repository": {
"type": "git",
"url": "git://github.com/medikoo/essentials.git"
},
"scripts": {
"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"
},
"version": "1.1.1"
}