aboutsummaryrefslogtreecommitdiff
path: root/node_modules/url-parse-lax/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/url-parse-lax/package.json')
-rw-r--r--node_modules/url-parse-lax/package.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/node_modules/url-parse-lax/package.json b/node_modules/url-parse-lax/package.json
deleted file mode 100644
index 110c7bbbc..000000000
--- a/node_modules/url-parse-lax/package.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "url-parse-lax",
- "version": "1.0.0",
- "description": "url.parse() with support for protocol-less URLs & IPs",
- "license": "MIT",
- "repository": "sindresorhus/url-parse-lax",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "node test.js"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "url",
- "uri",
- "parse",
- "parser",
- "loose",
- "lax",
- "protocol",
- "less",
- "protocol-less",
- "ip",
- "ipv4",
- "ipv6"
- ],
- "dependencies": {
- "prepend-http": "^1.0.1"
- },
- "devDependencies": {
- "ava": "0.0.4"
- }
-}