API/api.medcify.app/node_modules/is-npm/package.json
2022-09-26 11:41:44 +05:30

75 lines
1.6 KiB
JSON

{
"_args": [
[
"is-npm@5.0.0",
"/var/www/api.medcify.app"
]
],
"_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": "version",
"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",
"_spec": "5.0.0",
"_where": "/var/www/api.medcify.app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-npm/issues"
},
"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"
}