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

package.json « libnpmfund « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04ccf7bb158be17973f950252dde8e6cd9d53ecd (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
87
{
  "_from": "libnpmfund@latest",
  "_id": "libnpmfund@0.0.0",
  "_inBundle": false,
  "_integrity": "sha512-FI872t5j5hAPPGnKXi6cb7vukUl9kODkW9MIgm1l0FG/zAWhl0Zm/ZHbv5ZYWAEf7ouAhqaDN/9igfqTe73UzQ==",
  "_location": "/libnpmfund",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "libnpmfund@latest",
    "name": "libnpmfund",
    "escapedName": "libnpmfund",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-0.0.0.tgz",
  "_shasum": "750525f6c9a0024f6f89ed4b5f091fe07b9ddf62",
  "_spec": "libnpmfund@latest",
  "_where": "/Users/ruyadorno/Documents/workspace/cli",
  "author": {
    "name": "npm Inc.",
    "email": "support@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/npm/libnpmfund/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ruy Adorno",
      "url": "https://ruyadorno.com"
    }
  ],
  "dependencies": {
    "@npmcli/arborist": "1 || 0"
  },
  "deprecated": false,
  "description": "Programmatic API for npm fund",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "standard": "^14.3.4",
    "tap": "^14.10.7"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/libnpmfund#readme",
  "keywords": [
    "npm",
    "npmcli",
    "libnpm",
    "cli",
    "git",
    "fund",
    "gitfund"
  ],
  "license": "ISC",
  "name": "libnpmfund",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/libnpmfund.git"
  },
  "scripts": {
    "lint": "standard",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "pretest": "npm run lint",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "standard": {
    "ignore": [
      "/tap-snapshots/"
    ]
  },
  "tap": {
    "check-coverage": true
  },
  "version": "0.0.0"
}