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

82 lines
1.8 KiB
JSON

{
"_args": [
[
"package-json@6.5.0",
"/var/www/api.medcify.app"
]
],
"_from": "package-json@6.5.0",
"_id": "package-json@6.5.0",
"_inBundle": false,
"_integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==",
"_location": "/package-json",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "package-json@6.5.0",
"name": "package-json",
"escapedName": "package-json",
"rawSpec": "6.5.0",
"saveSpec": null,
"fetchSpec": "6.5.0"
},
"_requiredBy": [
"/latest-version"
],
"_resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz",
"_spec": "6.5.0",
"_where": "/var/www/api.medcify.app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/package-json/issues"
},
"dependencies": {
"got": "^9.6.0",
"registry-auth-token": "^4.0.0",
"registry-url": "^5.0.0",
"semver": "^6.2.0"
},
"description": "Get metadata of a package from the npm registry",
"devDependencies": {
"@types/node": "^12.6.8",
"ava": "^2.2.0",
"mock-private-registry": "^1.1.2",
"tsd": "^0.7.4",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/package-json#readme",
"keywords": [
"npm",
"registry",
"package",
"pkg",
"package.json",
"json",
"module",
"scope",
"scoped"
],
"license": "MIT",
"name": "package-json",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/package-json.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "6.5.0"
}