chatty-pub/node_modules/whatwg-url/package.json
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

65 lines
1.8 KiB
JSON

{
"_from": "whatwg-url@^2.0.1",
"_id": "whatwg-url@2.0.1",
"_inBundle": false,
"_integrity": "sha1-U5ayBD8CDub3BNnEXqhRnnJN5lk=",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-url@^2.0.1",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-2.0.1.tgz",
"_shasum": "5396b2043f020ee6f704d9c45ea8519e724de659",
"_spec": "whatwg-url@^2.0.1",
"_where": "/Users/km/Desktop/CHATTYPUB/node_modules/jsdom",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
},
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"eslint": "^2.6.0",
"istanbul": "~0.3.14",
"mocha": "^2.2.4",
"recast": "~0.10.29",
"request": "^2.55.0",
"webidl2js": "^3.0.2"
},
"homepage": "https://github.com/jsdom/whatwg-url#readme",
"license": "MIT",
"main": "lib/public-api.js",
"name": "whatwg-url",
"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": "2.0.1"
}