cloudworker-proxy
Version:
An api gateway for cloudflare workers
119 lines (118 loc) • 2.93 kB
JSON
{
"_args": [
[
"find-requires@1.0.0",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "find-requires@1.0.0",
"_id": "find-requires@1.0.0",
"_inBundle": false,
"_integrity": "sha512-UME7hNwBfzeISSFQcBEDemEEskpOjI/shPrpJM5PI4DSdn6hX0dmz+2dL70blZER2z8tSnTRL+2rfzlYgtbBoQ==",
"_location": "/find-requires",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "find-requires@1.0.0",
"name": "find-requires",
"escapedName": "find-requires",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/ncjsm"
],
"_resolved": "https://registry.npmjs.org/find-requires/-/find-requires-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Mariusz Nowak",
"email": "medyk@medikoo.com"
},
"bin": {
"find-requires": "bin/find-requires.js"
},
"bugs": {
"url": "https://github.com/medikoo/find-requires/issues"
},
"dependencies": {
"es5-ext": "^0.10.49",
"esniff": "^1.1.0"
},
"description": "Find all require() calls. Fast and solid implementation backed with direct scanner and esprima AST parser",
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-medikoo": "^2.1.1",
"git-list-updated": "^1.1.2",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier-elastic": "^1.16.4",
"tad": "^1.0.0"
},
"eslintConfig": {
"extends": "medikoo",
"root": true,
"env": {
"node": true
},
"overrides": [
{
"files": [
"index.js"
],
"rules": {
"no-new-func": "off"
}
}
]
},
"eslintIgnore": [
"test/__playground/**/*"
],
"homepage": "https://github.com/medikoo/find-requires#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"analyze",
"dependency",
"detective",
"exports",
"module",
"modules",
"parser",
"require",
"resolver",
"scan",
"scanner",
"source",
"static"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"eslint"
],
"*.{css,html,js,json,md,yaml,yml}": [
"prettier -c"
]
},
"name": "find-requires",
"repository": {
"type": "git",
"url": "git://github.com/medikoo/find-requires.git"
},
"scripts": {
"lint": "eslint .",
"lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
"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}'",
"test": "node ./node_modules/tad/bin/tad"
},
"version": "1.0.0"
}