Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/npm-pick-manifest/package.json')
-rw-r--r--node_modules/npm-pick-manifest/package.json84
1 files changed, 25 insertions, 59 deletions
diff --git a/node_modules/npm-pick-manifest/package.json b/node_modules/npm-pick-manifest/package.json
index b690ae22c..805f5ac23 100644
--- a/node_modules/npm-pick-manifest/package.json
+++ b/node_modules/npm-pick-manifest/package.json
@@ -1,78 +1,44 @@
{
- "_from": "npm-pick-manifest@^6.1.0",
- "_id": "npm-pick-manifest@6.1.0",
- "_inBundle": false,
- "_integrity": "sha512-ygs4k6f54ZxJXrzT0x34NybRlLeZ4+6nECAIbr2i0foTnijtS1TJiyzpqtuUAJOps/hO0tNDr8fRV5g+BtRlTw==",
- "_location": "/npm-pick-manifest",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npm-pick-manifest@^6.1.0",
- "name": "npm-pick-manifest",
- "escapedName": "npm-pick-manifest",
- "rawSpec": "^6.1.0",
- "saveSpec": null,
- "fetchSpec": "^6.1.0"
+ "name": "npm-pick-manifest",
+ "version": "6.1.0",
+ "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
+ "main": "index.js",
+ "files": [
+ "*.js"
+ ],
+ "scripts": {
+ "coverage": "tap",
+ "lint": "standard",
+ "postrelease": "npm publish",
+ "posttest": "npm run lint",
+ "prepublishOnly": "git push --follow-tags",
+ "prerelease": "npm t",
+ "release": "standard-version -s",
+ "test": "tap"
},
- "_requiredBy": [
- "/",
- "/@npmcli/arborist",
- "/@npmcli/git",
- "/pacote"
+ "repository": "https://github.com/npm/npm-pick-manifest",
+ "keywords": [
+ "npm",
+ "semver",
+ "package manager"
],
- "_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.0.tgz",
- "_shasum": "2befed87b0fce956790f62d32afb56d7539c022a",
- "_spec": "npm-pick-manifest@^6.1.0",
- "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
- "email": "kzm@sykosomatic.org"
- },
- "bugs": {
- "url": "https://github.com/npm/npm-pick-manifest/issues"
+ "email": "kzm@sykosomatic.org",
+ "twitter": "maybekatz"
},
- "bundleDependencies": false,
+ "license": "ISC",
"dependencies": {
"npm-install-checks": "^4.0.0",
"npm-package-arg": "^8.0.0",
"semver": "^7.0.0"
},
- "deprecated": false,
- "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
"devDependencies": {
"standard": "^14.3.1",
"standard-version": "^7.0.1",
"tap": "^14.10.2"
},
- "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",
- "postrelease": "npm publish",
- "posttest": "npm run lint",
- "prepublishOnly": "git push --follow-tags",
- "prerelease": "npm t",
- "release": "standard-version -s",
- "test": "tap"
- },
"tap": {
"check-coverage": true
- },
- "version": "6.1.0"
+ }
}