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

package.json « libnpmpublish « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0c8a7f85cb2273b097eaf457b691f996e8fdf26 (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
78
79
80
81
82
83
84
85
86
{
  "_from": "libnpmpublish@3.0.1",
  "_id": "libnpmpublish@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-gpd+Ql3cA73MMN8tZa1ao/bfF2/An+B3JtP7SDbJTRrfwre9C/ZZZ4+ejtqBSopnLXlWujr2MVVE4FY1S+jlFg==",
  "_location": "/libnpmpublish",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libnpmpublish@3.0.1",
    "name": "libnpmpublish",
    "escapedName": "libnpmpublish",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-3.0.1.tgz",
  "_shasum": "f7b3094b24a68edf9a044780dc4b4158c45e774b",
  "_spec": "libnpmpublish@3.0.1",
  "_where": "/Users/claudiahdz/npm/cli",
  "author": {
    "name": "npm Inc.",
    "email": "support@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/npm/libnpmpublish/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Kat Marchán",
      "email": "kzm@zkat.tech"
    },
    {
      "name": "Claudia Hernández",
      "email": "claudia@npmjs.com"
    }
  ],
  "dependencies": {
    "libnpmpack": "^2.0.0",
    "lodash.clonedeep": "^4.5.0",
    "normalize-package-data": "^2.5.0",
    "npm-package-arg": "^8.0.0",
    "npm-registry-fetch": "^8.0.0",
    "semver": "^7.1.3",
    "ssri": "^8.0.0"
  },
  "deprecated": false,
  "description": "Programmatic API for the bits behind npm publish and unpublish",
  "devDependencies": {
    "nock": "^12.0.2",
    "standard": "^14.3.1",
    "tap": "^14.10.6"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "*.js"
  ],
  "homepage": "https://npmjs.com/package/libnpmpublish",
  "license": "ISC",
  "main": "index.js",
  "name": "libnpmpublish",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/libnpmpublish.git"
  },
  "scripts": {
    "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": "3.0.1"
}