blob: abf24bbbdadc2b7b6c18b86b7c530cf09073a721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
}
}
|