123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "original",
- "version": "1.0.2",
- "description": "Generate the origin from an URL or check if two URL/Origins are the same",
- "main": "index.js",
- "scripts": {
- "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
- "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
- "coverage": "istanbul cover _mocha -- test.js",
- "watch": "mocha --watch test.js",
- "test": "mocha test.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/unshiftio/original"
- },
- "keywords": [
- "origin",
- "url",
- "parse"
- ],
- "author": "Arnout Kazemier",
- "license": "MIT",
- "dependencies": {
- "url-parse": "^1.4.3"
- },
- "devDependencies": {
- "assume": "~2.1.0",
- "istanbul": "0.4.x",
- "mocha": "~3.5.0",
- "pre-commit": "~1.2.0"
- }
- }
|