-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 2.19 KB
/
package.json
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
{
"name": "npm-install-fetch",
"version": "1.3.12",
"description": "Fetch Externalized Resources on NPM Package Installation",
"keywords": [ "npm", "install", "fetch", "external", "resource" ],
"main": "npm-install-fetch-api.js",
"bin": { "npm-install-fetch": "npm-install-fetch-cli.js" },
"repository": {
"type": "git",
"url": "git+https://github.com/rse/npm-install-fetch.git"
},
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "[email protected]",
"url": "http://engelschall.com"
},
"license": "MIT",
"homepage": "https://github.com/rse/npm-install-fetch",
"bugs": "https://github.com/rse/npm-install-fetch/issues",
"upd": [ "!got", "!chalk", "!strip-ansi", "!file-type" ],
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0"
},
"dependencies": {
"ducky": "2.8.2",
"yargs": "17.7.2",
"chalk": "4.1.2",
"sprintfjs": "1.2.17",
"got": "11.8.6",
"rimraf": "5.0.5",
"mkdirp": "3.0.1",
"get-proxy": "2.1.0",
"npm-execute": "0.9.10",
"decompress": "4.2.1",
"file-type": "16.5.4",
"seek-bzip": "2.0.0",
"strip-ansi": "6.0.0",
"micromatch": "4.0.5",
"js-yaml": "4.1.0",
"traverse": "0.6.8",
"mz": "2.7.0"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"prepublishOnly": "eslint --config eslint.yaml *.js"
}
}