1
|
{
|
2
|
"name": "original",
|
3
|
"version": "1.0.2",
|
4
|
"description": "Generate the origin from an URL or check if two URL/Origins are the same",
|
5
|
"main": "index.js",
|
6
|
"scripts": {
|
7
|
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
|
8
|
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
|
9
|
"coverage": "istanbul cover _mocha -- test.js",
|
10
|
"watch": "mocha --watch test.js",
|
11
|
"test": "mocha test.js"
|
12
|
},
|
13
|
"repository": {
|
14
|
"type": "git",
|
15
|
"url": "https://github.com/unshiftio/original"
|
16
|
},
|
17
|
"keywords": [
|
18
|
"origin",
|
19
|
"url",
|
20
|
"parse"
|
21
|
],
|
22
|
"author": "Arnout Kazemier",
|
23
|
"license": "MIT",
|
24
|
"dependencies": {
|
25
|
"url-parse": "^1.4.3"
|
26
|
},
|
27
|
"devDependencies": {
|
28
|
"assume": "~2.1.0",
|
29
|
"istanbul": "0.4.x",
|
30
|
"mocha": "~3.5.0",
|
31
|
"pre-commit": "~1.2.0"
|
32
|
}
|
33
|
}
|