diff options
Diffstat (limited to 'node_modules/std-env/package.json')
| -rw-r--r-- | node_modules/std-env/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/std-env/package.json b/node_modules/std-env/package.json new file mode 100644 index 00000000..abf24bbb --- /dev/null +++ b/node_modules/std-env/package.json @@ -0,0 +1,22 @@ +{ + "name": "std-env", + "version": "1.3.1", + "description": "Detect running environment of the current Node.js process", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/pi0/std-env.git" + }, + "author": "Pooya Parsa <pooya@pi0.ir>", + "license": "MIT", + "bugs": { + "url": "https://github.com/pi0/std-env/issues" + }, + "homepage": "https://github.com/pi0/std-env#readme", + "dependencies": { + "is-ci": "^1.1.0" + } +} |
