72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"_from": "is-npm@^5.0.0",
|
|
"_id": "is-npm@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==",
|
|
"_location": "/is-npm",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-npm@^5.0.0",
|
|
"name": "is-npm",
|
|
"escapedName": "is-npm",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/update-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz",
|
|
"_shasum": "43e8d65cc56e1b67f8d47262cf667099193f45a8",
|
|
"_spec": "is-npm@^5.0.0",
|
|
"_where": "C:\\wamp64\\www\\t4b\\chat_server\\node_modules\\update-notifier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-npm/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if your code is running as an npm script",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.30.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/is-npm#readme",
|
|
"keywords": [
|
|
"npm",
|
|
"yarn",
|
|
"is",
|
|
"check",
|
|
"detect",
|
|
"env",
|
|
"environment",
|
|
"run",
|
|
"script"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-npm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-npm.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|