106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"name": "whatwg-url",
|
|
"raw": "whatwg-url@^4.3.0",
|
|
"rawSpec": "^4.3.0",
|
|
"scope": null,
|
|
"spec": ">=4.3.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/david/repos/medium-to-markdown/node_modules/jsdom"
|
|
]
|
|
],
|
|
"_from": "whatwg-url@>=4.3.0 <5.0.0",
|
|
"_id": "whatwg-url@4.7.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/whatwg-url",
|
|
"_nodeVersion": "7.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/whatwg-url-4.7.1.tgz_1493066682277_0.8912100386805832"
|
|
},
|
|
"_npmUser": {
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "3.10.8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "whatwg-url",
|
|
"raw": "whatwg-url@^4.3.0",
|
|
"rawSpec": "^4.3.0",
|
|
"scope": null,
|
|
"spec": ">=4.3.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-4.7.1.tgz",
|
|
"_shasum": "df4dc2e3f25a63b1fa5b32ed6d6c139577d690de",
|
|
"_shrinkwrap": null,
|
|
"_spec": "whatwg-url@^4.3.0",
|
|
"_where": "/Users/david/repos/medium-to-markdown/node_modules/jsdom",
|
|
"author": {
|
|
"email": "github@smayr.name",
|
|
"name": "Sebastian Mayr"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdom/whatwg-url/issues"
|
|
},
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
},
|
|
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
|
|
"devDependencies": {
|
|
"eslint": "^2.6.0",
|
|
"istanbul": "~0.4.3",
|
|
"mocha": "^2.2.4",
|
|
"recast": "~0.10.29",
|
|
"request": "^2.55.0",
|
|
"webidl2js": "^3.0.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "df4dc2e3f25a63b1fa5b32ed6d6c139577d690de",
|
|
"tarball": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-4.7.1.tgz"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"gitHead": "08f7c219053825e78aabeb622e9eefeab499a802",
|
|
"homepage": "https://github.com/jsdom/whatwg-url#readme",
|
|
"license": "MIT",
|
|
"main": "lib/public-api.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
{
|
|
"email": "sebmaster16@gmail.com",
|
|
"name": "sebmaster"
|
|
}
|
|
],
|
|
"name": "whatwg-url",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdom/whatwg-url.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/transform.js && node scripts/convert-idl.js",
|
|
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
"lint": "eslint .",
|
|
"prepublish": "npm run build",
|
|
"pretest": "node scripts/get-latest-platform-tests.js && npm run build",
|
|
"test": "mocha"
|
|
},
|
|
"version": "4.7.1"
|
|
}
|