Files
Drew Heavner 67dceb4e04 Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
2020-11-15 14:04:10 -05:00

100 lines
2.5 KiB
JSON

{
"_args": [
[
"whatwg-url@8.4.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "whatwg-url@8.4.0",
"_id": "whatwg-url@8.4.0",
"_inBundle": false,
"_integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "whatwg-url@8.4.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "8.4.0",
"saveSpec": null,
"fetchSpec": "8.4.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz",
"_spec": "8.4.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"dependencies": {
"lodash.sortby": "^4.7.0",
"tr46": "^2.0.2",
"webidl-conversions": "^6.1.0"
},
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"browserify": "^16.5.2",
"domexception": "^2.0.1",
"eslint": "^7.7.0",
"glob": "^7.1.6",
"got": "^11.5.2",
"jest": "^26.4.2",
"recast": "^0.20.2",
"webidl2js": "^16.2.0"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"webidl2js-wrapper.js",
"dist/"
],
"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": "index.js",
"name": "whatwg-url",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/whatwg-url.git"
},
"scripts": {
"build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
"coverage": "jest --coverage",
"lint": "eslint .",
"prepare": "node scripts/transform.js",
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
"test": "jest"
},
"version": "8.4.0"
}