mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
draft
This commit is contained in:
83
node_modules/data-urls/package.json
generated
vendored
Normal file
83
node_modules/data-urls/package.json
generated
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"_from": "data-urls@^1.0.0",
|
||||
"_id": "data-urls@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ai40PPQR0Fn1lD2PPie79CibnlMN2AYiDhwFX/rZHVsxbs5kNJSjegqXIprhouGXlRdEnfybva7kqRGnB6mypA==",
|
||||
"_location": "/data-urls",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "data-urls@^1.0.0",
|
||||
"name": "data-urls",
|
||||
"escapedName": "data-urls",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.0.0.tgz",
|
||||
"_shasum": "24802de4e81c298ea8a9388bb0d8e461c774684f",
|
||||
"_spec": "data-urls@^1.0.0",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
"email": "d@domenic.me",
|
||||
"url": "https://domenic.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/data-urls/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"abab": "^1.0.4",
|
||||
"whatwg-mimetype": "^2.0.0",
|
||||
"whatwg-url": "^6.4.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Parses data: URLs",
|
||||
"devDependencies": {
|
||||
"eslint": "^4.13.0",
|
||||
"jest": "^21.2.1",
|
||||
"request": "^2.83.0"
|
||||
},
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/jsdom/data-urls#readme",
|
||||
"jest": {
|
||||
"coverageDirectory": "coverage",
|
||||
"coverageReporters": [
|
||||
"lcov",
|
||||
"text-summary"
|
||||
],
|
||||
"testEnvironment": "node",
|
||||
"testMatch": [
|
||||
"<rootDir>/test/**/*.js"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"data url",
|
||||
"data uri",
|
||||
"data:",
|
||||
"http",
|
||||
"fetch",
|
||||
"whatwg"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/parser.js",
|
||||
"name": "data-urls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/data-urls.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "jest --coverage",
|
||||
"lint": "eslint .",
|
||||
"pretest": "node scripts/get-latest-platform-tests.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user