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

package.json « npm-package-arg « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29f30fc1de6a4beb1d07db0aa08edd4d3c1cab9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "_from": "npm-package-arg@latest",
  "_id": "npm-package-arg@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ==",
  "_location": "/npm-package-arg",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "npm-package-arg@latest",
    "name": "npm-package-arg",
    "escapedName": "npm-package-arg",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/@npmcli/arborist",
    "/@npmcli/arborist/npm-pick-manifest",
    "/libnpmaccess",
    "/libnpmpack",
    "/libnpmpublish",
    "/npm-pick-manifest",
    "/npm-registry-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.0.1.tgz",
  "_shasum": "9d76f8d7667b2373ffda60bb801a27ef71e3e270",
  "_spec": "npm-package-arg@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-package-arg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hosted-git-info": "^3.0.2",
    "semver": "^7.0.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "deprecated": false,
  "description": "Parse the things that can be arguments to `npm install`",
  "devDependencies": {
    "tap": "^14.10.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "npa.js"
  ],
  "homepage": "https://github.com/npm/npm-package-arg",
  "license": "ISC",
  "main": "npa.js",
  "name": "npm-package-arg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-package-arg.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "version": "8.0.1"
}