summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/url-parse-lax/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/url-parse-lax/package.json')
-rw-r--r--deps/npm/node_modules/url-parse-lax/package.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/deps/npm/node_modules/url-parse-lax/package.json b/deps/npm/node_modules/url-parse-lax/package.json
new file mode 100644
index 0000000000..cf4a70a0b3
--- /dev/null
+++ b/deps/npm/node_modules/url-parse-lax/package.json
@@ -0,0 +1,73 @@
+{
+ "_from": "url-parse-lax@^1.0.0",
+ "_id": "url-parse-lax@1.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
+ "_location": "/url-parse-lax",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "url-parse-lax@^1.0.0",
+ "name": "url-parse-lax",
+ "escapedName": "url-parse-lax",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "/got"
+ ],
+ "_resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
+ "_shasum": "7af8f303645e9bd79a272e7a14ac68bc0609da73",
+ "_spec": "url-parse-lax@^1.0.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/got",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/url-parse-lax/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "prepend-http": "^1.0.1"
+ },
+ "deprecated": false,
+ "description": "url.parse() with support for protocol-less URLs & IPs",
+ "devDependencies": {
+ "ava": "0.0.4"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/url-parse-lax#readme",
+ "keywords": [
+ "url",
+ "uri",
+ "parse",
+ "parser",
+ "loose",
+ "lax",
+ "protocol",
+ "less",
+ "protocol-less",
+ "ip",
+ "ipv4",
+ "ipv6"
+ ],
+ "license": "MIT",
+ "name": "url-parse-lax",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/url-parse-lax.git"
+ },
+ "scripts": {
+ "test": "node test.js"
+ },
+ "version": "1.0.0"
+}