98 lines
2.7 KiB
JSON
98 lines
2.7 KiB
JSON
{
|
|
"_from": "node-environment-flags@1.0.6",
|
|
"_id": "node-environment-flags@1.0.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==",
|
|
"_location": "/node-environment-flags",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-environment-flags@1.0.6",
|
|
"name": "node-environment-flags",
|
|
"escapedName": "node-environment-flags",
|
|
"rawSpec": "1.0.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/mocha"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz",
|
|
"_shasum": "a30ac13621f6f7d674260a54dede048c3982c088",
|
|
"_spec": "node-environment-flags@1.0.6",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/mocha",
|
|
"author": {
|
|
"name": "Christopher Hiller",
|
|
"email": "boneskull@boneskull.com",
|
|
"url": "https://boneskull.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/boneskull/node-environment-flags/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"object.getownpropertydescriptors": "^2.0.3",
|
|
"semver": "^5.7.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
|
|
"devDependencies": {
|
|
"eslint": "^5.9.0",
|
|
"eslint-config-prettier": "^3.3.0",
|
|
"eslint-config-semistandard": "^13.0.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"husky": "^1.1.3",
|
|
"lint-staged": "^8.0.4",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^14.1.1",
|
|
"prettier-eslint-cli": "^4.7.1",
|
|
"semantic-release": "^15.13.16",
|
|
"travis-deploy-once": "^5.0.9",
|
|
"unexpected": "^10.39.1"
|
|
},
|
|
"files": [
|
|
"implementation.js",
|
|
"flags.json",
|
|
"index.js",
|
|
"polyfill.js",
|
|
"shim.js"
|
|
],
|
|
"homepage": "https://github.com/boneskull/node-environment-flags#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"lint-staged": {
|
|
"*.{js,json}": [
|
|
"prettier-eslint --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"name": "node-environment-flags",
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"bracketSpacing": false
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/boneskull/node-environment-flags.git"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
|
|
"semantic-release": "semantic-release",
|
|
"test": "mocha",
|
|
"travis-deploy-once": "travis-deploy-once"
|
|
},
|
|
"version": "1.0.6"
|
|
}
|