123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "url-parse-lax@^3.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/got"
- ]
- ],
- "_from": "url-parse-lax@>=3.0.0 <4.0.0",
- "_id": "url-parse-lax@3.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/url-parse-lax",
- "_nodeVersion": "4.8.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/url-parse-lax-3.0.0.tgz_1509741338773_0.5627476745285094"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.15.11",
- "_phantomChildren": {},
- "_requested": {
- "name": "url-parse-lax",
- "raw": "url-parse-lax@^3.0.0",
- "rawSpec": "^3.0.0",
- "scope": null,
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/got"
- ],
- "_resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
- "_shasum": "16b5cafc07dbe3676c1b1999177823d6503acb0c",
- "_shrinkwrap": null,
- "_spec": "url-parse-lax@^3.0.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/got",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/url-parse-lax/issues"
- },
- "dependencies": {
- "prepend-http": "^2.0.0"
- },
- "description": "Lax url.parse() with support for protocol-less URLs & IPs",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "16b5cafc07dbe3676c1b1999177823d6503acb0c",
- "tarball": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "4b0d2d310a9f39c8df88295853fe4f1a3bd13ec4",
- "homepage": "https://github.com/sindresorhus/url-parse-lax#readme",
- "keywords": [
- "ip",
- "ipv4",
- "ipv6",
- "lax",
- "less",
- "loose",
- "parse",
- "parser",
- "protocol",
- "protocol-less",
- "uri",
- "url"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "url-parse-lax",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/url-parse-lax.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.0.0"
- }
|