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

63 lines
1.7 KiB
JSON
Executable file

{
"_from": "npm-install-checks@^4.0.0",
"_id": "npm-install-checks@4.0.0",
"_inBundle": false,
"_integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
"_location": "/npm-install-checks",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-install-checks@^4.0.0",
"name": "npm-install-checks",
"escapedName": "npm-install-checks",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/npm-pick-manifest"
],
"_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
"_shasum": "a37facc763a2fde0497ef2c6d0ac7c3fbe00d7b4",
"_spec": "npm-install-checks@^4.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/npm-pick-manifest",
"bugs": {
"url": "https://github.com/npm/npm-install-checks/issues"
},
"bundleDependencies": false,
"dependencies": {
"semver": "^7.1.1"
},
"deprecated": false,
"description": "Check the engines and platform fields in package.json",
"devDependencies": {
"tap": "^14.10.6"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/npm-install-checks#readme",
"keywords": [
"npm,",
"install"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "npm-install-checks",
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-install-checks.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"version": "4.0.0"
}