Echo/node_modules/std-env/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "std-env@^2.2.1",
"_id": "std-env@2.2.1",
"_inBundle": false,
"_integrity": "sha1-L/oP3J4iY+AATBIRlm6WCUikD2s=",
"_location": "/std-env",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "std-env@^2.2.1",
"name": "std-env",
"escapedName": "std-env",
"rawSpec": "^2.2.1",
"saveSpec": null,
"fetchSpec": "^2.2.1"
},
"_requiredBy": [
"/webpackbar"
],
"_resolved": "https://registry.npm.taobao.org/std-env/download/std-env-2.2.1.tgz",
"_shasum": "2ffa0fdc9e2263e0004c1211966e960948a40f6b",
"_spec": "std-env@^2.2.1",
"_where": "E:\\GreateCommunity\\node_modules\\webpackbar",
"bugs": {
"url": "https://github.com/jsless/std-env/issues"
},
"bundleDependencies": false,
"contributes": [
"Pooya Parsa <pooya@pi0.ir>"
],
"dependencies": {
"ci-info": "^1.6.0"
},
"deprecated": false,
"description": "Detect running environment of the current Node.js process",
"files": [
"index.js"
],
"homepage": "https://github.com/jsless/std-env#readme",
"license": "MIT",
"main": "index.js",
"name": "std-env",
"repository": {
"type": "git",
"url": "git+https://github.com/jsless/std-env.git"
},
"version": "2.2.1"
}