You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.8 KiB
77 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"osenv@0.1.5",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "osenv@0.1.5",
|
|
"_id": "osenv@0.1.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hc36+uso6Gd/QW4odZK18/SepBA=",
|
|
"_location": "/osenv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "osenv@0.1.5",
|
|
"name": "osenv",
|
|
"escapedName": "osenv",
|
|
"rawSpec": "0.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/node-gyp"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/osenv/download/osenv-0.1.5.tgz?cache=0&sync_timestamp=1589682762332&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fosenv%2Fdownload%2Fosenv-0.1.5.tgz",
|
|
"_spec": "0.1.5",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/osenv/issues"
|
|
},
|
|
"dependencies": {
|
|
"os-homedir": "^1.0.0",
|
|
"os-tmpdir": "^1.0.0"
|
|
},
|
|
"description": "Look up environment settings specific to different operating systems",
|
|
"devDependencies": {
|
|
"tap": "^11.1.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"osenv.js"
|
|
],
|
|
"homepage": "https://github.com/npm/osenv#readme",
|
|
"keywords": [
|
|
"environment",
|
|
"variable",
|
|
"home",
|
|
"tmpdir",
|
|
"path",
|
|
"prompt",
|
|
"ps1"
|
|
],
|
|
"license": "ISC",
|
|
"main": "osenv.js",
|
|
"name": "osenv",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/osenv.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.1.5"
|
|
}
|
|
|