mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update modules
This commit is contained in:
63
node_modules/is-potential-custom-element-name/package.json
generated
vendored
Normal file
63
node_modules/is-potential-custom-element-name/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "is-potential-custom-element-name@^1.0.0",
|
||||
"_id": "is-potential-custom-element-name@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=",
|
||||
"_location": "/is-potential-custom-element-name",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-potential-custom-element-name@^1.0.0",
|
||||
"name": "is-potential-custom-element-name",
|
||||
"escapedName": "is-potential-custom-element-name",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz",
|
||||
"_shasum": "0c52e54bcca391bb2c494b21e8626d7336c6e397",
|
||||
"_spec": "is-potential-custom-element-name@^1.0.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
|
||||
"devDependencies": {
|
||||
"mocha": "^2.2.1",
|
||||
"regenerate": "^1.3.1"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE-MIT.txt",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/mathiasbynens/is-potential-custom-element-name",
|
||||
"keywords": [
|
||||
"html",
|
||||
"custom element",
|
||||
"custom element name",
|
||||
"web components"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-potential-custom-element-name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mathiasbynens/is-potential-custom-element-name.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user