You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.6 KiB
94 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"whatwg-url@7.1.0",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "whatwg-url@7.1.0",
|
|
"_id": "whatwg-url@7.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wsSS8eymEpiO/T0iZr4bn8YXDQY=",
|
|
"_location": "/whatwg-url",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "whatwg-url@7.1.0",
|
|
"name": "whatwg-url",
|
|
"escapedName": "whatwg-url",
|
|
"rawSpec": "7.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/data-urls",
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/whatwg-url/download/whatwg-url-7.1.0.tgz?cache=0&sync_timestamp=1598284700935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhatwg-url%2Fdownload%2Fwhatwg-url-7.1.0.tgz",
|
|
"_spec": "7.1.0",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Sebastian Mayr",
|
|
"email": "github@smayr.name"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdom/whatwg-url/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash.sortby": "^4.7.0",
|
|
"tr46": "^1.0.1",
|
|
"webidl-conversions": "^4.0.2"
|
|
},
|
|
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
|
|
"devDependencies": {
|
|
"browserify": "^16.2.2",
|
|
"domexception": "^1.0.1",
|
|
"eslint": "^5.4.0",
|
|
"got": "^9.2.2",
|
|
"jest": "^23.5.0",
|
|
"recast": "^0.15.3",
|
|
"webidl2js": "^9.0.1"
|
|
},
|
|
"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",
|
|
"build-live-viewer": "browserify lib/public-api.js --standalone whatwgURL > live-viewer/whatwg-url.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": "7.1.0"
|
|
}
|
|
|