forked from rse/npm-install-fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 2.2 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 2.2 KB
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.8",
"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": "https://github.com/rse/npm-install-fetch.git"
},
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"license": "MIT",
"homepage": "https://github.com/rse/npm-install-fetch",
"bugs": "https://github.com/rse/npm-install-fetch/issues",
"upd": [ "!execa", "!got", "!chalk", "!strip-ansi", "!file-type" ],
"devDependencies": {
"eslint": "8.39.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0"
},
"dependencies": {
"ducky": "2.8.2",
"yargs": "17.7.1",
"chalk": "4.1.2",
"sprintfjs": "1.2.17",
"got": "11.8.3",
"rimraf": "5.0.0",
"mkdirp": "3.0.1",
"get-proxy": "2.1.0",
"npm-execute": "0.9.10",
"decompress": "4.2.1",
"file-type": "16.5.3",
"seek-bzip": "2.0.0",
"strip-ansi": "6.0.0",
"micromatch": "4.0.5",
"js-yaml": "4.1.0",
"traverse": "0.6.7",
"mz": "2.7.0"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"prepublishOnly": "eslint --config eslint.yaml *.js"
}
}