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

package.json « ci-detect « @npmcli « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7784708721081260e2072ae74d694ca09f8cb25 (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
{
  "_from": "@npmcli/ci-detect@^1.2.0",
  "_id": "@npmcli/ci-detect@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q==",
  "_location": "/@npmcli/ci-detect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@npmcli/ci-detect@^1.2.0",
    "name": "@npmcli/ci-detect",
    "escapedName": "@npmcli%2fci-detect",
    "scope": "@npmcli",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/",
    "/npm-registry-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-1.3.0.tgz",
  "_shasum": "6c1d2c625fb6ef1b9dea85ad0a5afcbef85ef22a",
  "_spec": "@npmcli/ci-detect@^1.2.0",
  "_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/ci-detect/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect what kind of CI environment the program is in",
  "devDependencies": {
    "tap": "^14.10.2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/ci-detect#readme",
  "license": "ISC",
  "name": "@npmcli/ci-detect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/ci-detect.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.3.0"
}