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

package.json « libnpmversion « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 539fa857c7d8fdb251f8b2a67585f476e5582045 (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
{
  "_from": "libnpmversion@^1.0.2",
  "_id": "libnpmversion@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-W2trOIhz/5QMDfnnAe/nhbym11+ZEjXfq15XpTjccGrOMqnH7Q/CFeUrFn9HpPV+UqhCcLIsOsok0VoZJ6vCIQ==",
  "_location": "/libnpmversion",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "libnpmversion@^1.0.2",
    "name": "libnpmversion",
    "escapedName": "libnpmversion",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-1.0.2.tgz",
  "_shasum": "0f02af1b8502556642e04dfd279181931891a96a",
  "_spec": "libnpmversion@^1.0.2",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/libnpmversion/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@npmcli/git": "^2.0.1",
    "@npmcli/run-script": "^1.2.1",
    "json-parse-even-better-errors": "^2.2.0",
    "read-package-json-fast": "^1.1.3",
    "semver": "^7.1.3",
    "stringify-package": "^1.0.1"
  },
  "deprecated": false,
  "description": "library to do the things that 'npm version' does",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "tap": "^14.10.6"
  },
  "files": [
    "lib/*.js"
  ],
  "homepage": "https://github.com/npm/libnpmversion#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "libnpmversion",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/libnpmversion.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "coverage-map": "map.js",
    "check-coverage": true
  },
  "version": "1.0.2"
}