|
{
"_from": "whatwg-url@^6.4.0",
"_id": "whatwg-url@6.4.0",
"_inBundle": false,
"_integrity": "sha1-CP3yuehyeDp6H2IWJgodZsxyLgg=",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-url@^6.4.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "^6.4.0",
"saveSpec": null,
"fetchSpec": "^6.4.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "http://registry.npm.taobao.org/whatwg-url/download/whatwg-url-6.4.0.tgz",
"_shasum": "08fdf2b9e872783a7a1f6216260a1d66cc722e08",
"_spec": "whatwg-url@^6.4.0",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/jsdom",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.sortby": "^4.7.0",
"tr46": "^1.0.0",
"webidl-conversions": "^4.0.1"
},
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"domexception": "^1.0.0",
"eslint": "^4.1.1",
"istanbul": "~0.4.3",
"jest": "^21.0.2",
"jsdom": "^11.0.0",
"recast": "~0.12.6",
"request": "^2.55.0",
"webidl2js": "^7.1.0"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/whatwg-url#readme",
"jest": {
"collectCoverageFrom": [
"lib/**/*.js",
"!lib/utils.js"
],
"coverageDirectory": "coverage",
"coverageReporters": [
"lcov",
"text-summary"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.js"
],
"testPathIgnorePatterns": [
"^<rootDir>/test/testharness.js$",
"^<rootDir>/test/web-platform-tests/"
]
},
"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": "jest --coverage",
"lint": "eslint .",
"prepublish": "node scripts/transform.js && node scripts/convert-idl.js",
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js && node scripts/convert-idl.js",
"test": "jest"
},
"version": "6.4.0"
}
|