cloudworker-proxy
Version:
An api gateway for cloudflare workers
71 lines (70 loc) • 2.05 kB
JSON
{
"_args": [
[
"env-variable@0.0.6",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "env-variable@0.0.6",
"_id": "env-variable@0.0.6",
"_inBundle": false,
"_integrity": "sha512-bHz59NlBbtS0NhftmR8+ExBEekE7br0e01jw+kk0NDro7TtZzBYZ5ScGPs3OmwnpyfHTHOtr1Y6uedCdrIldtg==",
"_location": "/env-variable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "env-variable@0.0.6",
"name": "env-variable",
"escapedName": "env-variable",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/enabled"
],
"_resolved": "https://registry.npmjs.org/env-variable/-/env-variable-0.0.6.tgz",
"_spec": "0.0.6",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/3rd-Eden/env-variable/issues"
},
"description": "Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks",
"devDependencies": {
"assume": "^2.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.1.1"
},
"homepage": "https://github.com/3rd-Eden/env-variable",
"keywords": [
"browser",
"env",
"environment variable",
"environment",
"fallback",
"location.hash",
"process.env",
"variable",
"window.name"
],
"license": "MIT",
"main": "index.js",
"name": "env-variable",
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/env-variable.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test": "mocha test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "0.0.6"
}