1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_args": [
| [
| "node-environment-flags@1.0.5",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "node-environment-flags@1.0.5",
| "_id": "node-environment-flags@1.0.5",
| "_inBundle": false,
| "_integrity": "sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==",
| "_location": "/node-environment-flags",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "node-environment-flags@1.0.5",
| "name": "node-environment-flags",
| "escapedName": "node-environment-flags",
| "rawSpec": "1.0.5",
| "saveSpec": null,
| "fetchSpec": "1.0.5"
| },
| "_requiredBy": [
| "/egg-bin/mocha"
| ],
| "_resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz",
| "_spec": "1.0.5",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Christopher Hiller",
| "email": "boneskull@boneskull.com",
| "url": "https://boneskull.com/"
| },
| "bugs": {
| "url": "https://github.com/boneskull/node-environment-flags/issues"
| },
| "dependencies": {
| "object.getownpropertydescriptors": "^2.0.3",
| "semver": "^5.7.0"
| },
| "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": "^13.3.0",
| "prettier-eslint-cli": "^4.7.1",
| "semantic-release": "^15.13.8",
| "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.5"
| }
|
|