projecte_ionic/node_modules/npm-pick-manifest/package.json
2022-02-09 18:30:03 +01:00

77 lines
2.1 KiB
JSON
Executable file

{
"_from": "npm-pick-manifest@6.1.1",
"_id": "npm-pick-manifest@6.1.1",
"_inBundle": false,
"_integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
"_location": "/npm-pick-manifest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "npm-pick-manifest@6.1.1",
"name": "npm-pick-manifest",
"escapedName": "npm-pick-manifest",
"rawSpec": "6.1.1",
"saveSpec": null,
"fetchSpec": "6.1.1"
},
"_requiredBy": [
"/@angular/cli",
"/@npmcli/git",
"/pacote"
],
"_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
"_shasum": "7b5484ca2c908565f43b7f27644f36bb816f5148",
"_spec": "npm-pick-manifest@6.1.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
},
"bugs": {
"url": "https://github.com/npm/npm-pick-manifest/issues"
},
"bundleDependencies": false,
"dependencies": {
"npm-install-checks": "^4.0.0",
"npm-normalize-package-bin": "^1.0.1",
"npm-package-arg": "^8.1.2",
"semver": "^7.3.4"
},
"deprecated": false,
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
"devDependencies": {
"standard": "^14.3.1",
"tap": "^14.11.0"
},
"files": [
"*.js"
],
"homepage": "https://github.com/npm/npm-pick-manifest#readme",
"keywords": [
"npm",
"semver",
"package manager"
],
"license": "ISC",
"main": "index.js",
"name": "npm-pick-manifest",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-pick-manifest.git"
},
"scripts": {
"coverage": "tap",
"lint": "standard",
"posttest": "npm run lint",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "6.1.1"
}