forked from LavaMoat/LavaMoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
53
54
55
56
57
58
59
{
"name": "lavamoat-browserify",
"version": "3.0.3",
"description": "browserify plugin for sandboxing dependencies with LavaMoat",
"main": "src/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "^10.15.1"
},
"dependencies": {
"JSONStream": "^1.3.5",
"acorn-globals": "^4.3.3",
"acorn-walk": "^6.1.1",
"combine-source-map": "^0.8.0",
"defined": "^1.0.0",
"fromentries": "^1.1.0",
"json-stable-stringify": "^1.0.1",
"merge-deep": "^3.0.2",
"module-name-from-path": "git+https://[email protected]/kumavis/module-name-from-path.git",
"offset-sourcemap-lines": "^1.0.1",
"pify": "^4.0.1",
"resolve-package-path": "^1.2.7",
"safe-buffer": "^5.1.2",
"sesify-tofu": "^2.0.4",
"tape": "^4.9.1",
"through2": "^3.0.0",
"umd": "^3.0.3"
},
"devDependencies": {
"browserify": "^16.2.3",
"clone": "^2.1.2",
"convert-source-map": "^1.6.0",
"depcheck": "^0.8.3",
"source-map": "^0.7.3",
"standard": "^12.0.1",
"tape-promise": "^4.0.0",
"uglify-js": "^3.4.9"
},
"scripts": {
"test": "node test",
"lint": "npm run lint:standard && npm run lint:deps",
"lint:standard": "standard src test",
"lint:fix": "standard src test --fix",
"lint:deps": "depcheck --ignore-dirs=lib"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/lavamoat-browserify.git"
},
"bugs": {
"url": "https://github.com/MetaMask/lavamoat-browserify/issues"
},
"homepage": "https://github.com/MetaMask/lavamoat-browserify#readme"
}