-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 900 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 900 Bytes
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
{
"name": "beam-uri",
"version": "3.2.0",
"description": "URI Swiss Knife 🇨🇭🔪",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js",
"cover": "NODE_ENV=test istanbul cover _mocha -- -R spec test/index.js | static-server -p 3222 coverage/lcov-report/",
"performance": "node --allow-natives-syntax ./node_modules/mocha/bin/_mocha --reporter mocha-performance ./test/index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com:BeameryHQ/URI.git"
},
"license": "ISC",
"dependencies": {
"lodash": "^4.16.6",
"normalize-url": "^4.5.0",
"parse-domain": "^3.0.0",
"snyk": "^1.316.1",
"url-parse": "^1.4.7"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"static-server": "^2.0.4"
},
"snyk": true
}