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/pacote/package.json')
-rw-r--r--node_modules/pacote/package.json106
1 files changed, 32 insertions, 74 deletions
diff --git a/node_modules/pacote/package.json b/node_modules/pacote/package.json
index 043c2fac7..9cddf6109 100644
--- a/node_modules/pacote/package.json
+++ b/node_modules/pacote/package.json
@@ -1,43 +1,38 @@
{
- "_from": "pacote@^11.1.10",
- "_id": "pacote@11.1.11",
- "_inBundle": false,
- "_integrity": "sha512-r6PHtCEhkaGv+QPx1JdE/xRdkSkZUG7dE2oloNk/CGTPGNOtaJyYqZPFeN6d6UcUrTPRvZXFo3IBzJIBopPuSA==",
- "_location": "/pacote",
- "_phantomChildren": {
- "glob": "7.1.6"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pacote@^11.1.10",
- "name": "pacote",
- "escapedName": "pacote",
- "rawSpec": "^11.1.10",
- "saveSpec": null,
- "fetchSpec": "^11.1.10"
- },
- "_requiredBy": [
- "/",
- "/@npmcli/arborist",
- "/libnpmpack"
- ],
- "_resolved": "https://registry.npmjs.org/pacote/-/pacote-11.1.11.tgz",
- "_shasum": "84f435f4f16c9159c7e1bc05c3e167675843c8ca",
- "_spec": "pacote@^11.1.10",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "https://izs.me"
+ "name": "pacote",
+ "version": "11.1.11",
+ "description": "JavaScript package downloader",
+ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
+ "bin": "lib/bin.js",
+ "license": "ISC",
+ "main": "lib/index.js",
+ "scripts": {
+ "test": "tap",
+ "snap": "tap",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --follow-tags"
},
- "bin": {
- "pacote": "lib/bin.js"
+ "tap": {
+ "timeout": 300,
+ "check-coverage": true,
+ "coverage-map": "map.js",
+ "esm": false
},
- "bugs": {
- "url": "https://github.com/npm/pacote/issues"
+ "devDependencies": {
+ "mutate-fs": "^2.1.1",
+ "npm-registry-mock": "^1.3.1",
+ "require-inject": "^1.4.4",
+ "tap": "^14.10.6"
},
- "bundleDependencies": false,
+ "files": [
+ "lib/**/*.js"
+ ],
+ "keywords": [
+ "packages",
+ "npm",
+ "git"
+ ],
"dependencies": {
"@npmcli/git": "^2.0.1",
"@npmcli/installed-package-contents": "^1.0.5",
@@ -59,45 +54,8 @@
"ssri": "^8.0.0",
"tar": "^6.0.1"
},
- "deprecated": false,
- "description": "JavaScript package downloader",
- "devDependencies": {
- "mutate-fs": "^2.1.1",
- "npm-registry-mock": "^1.3.1",
- "require-inject": "^1.4.4",
- "tap": "^14.10.6"
- },
"engines": {
"node": ">=10"
},
- "files": [
- "lib/**/*.js"
- ],
- "homepage": "https://github.com/npm/pacote#readme",
- "keywords": [
- "packages",
- "npm",
- "git"
- ],
- "license": "ISC",
- "main": "lib/index.js",
- "name": "pacote",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/npm/pacote.git"
- },
- "scripts": {
- "postpublish": "git push origin --follow-tags",
- "postversion": "npm publish",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
- },
- "tap": {
- "timeout": 300,
- "check-coverage": true,
- "coverage-map": "map.js",
- "esm": false
- },
- "version": "11.1.11"
+ "repository": "git@github.com:npm/pacote"
}