projecte_ionic/node_modules/void-elements/package.json
2022-02-09 18:30:03 +01:00

59 lines
1.5 KiB
JSON
Executable file

{
"_from": "void-elements@^2.0.0",
"_id": "void-elements@2.0.1",
"_inBundle": false,
"_integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=",
"_location": "/void-elements",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "void-elements@^2.0.0",
"name": "void-elements",
"escapedName": "void-elements",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/dom-serialize"
],
"_resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
"_shasum": "c066afb582bb1cb4128d60ea92392e94d5e9dbec",
"_spec": "void-elements@^2.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/dom-serialize",
"author": {
"name": "hemanth.hm"
},
"bugs": {
"url": "https://github.com/hemanth/void-elements/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Array of \"void elements\" defined by the HTML specification.",
"devDependencies": {
"cheerio": "^0.18.0"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/hemanth/void-elements",
"keywords": [
"html",
"void",
"elements"
],
"license": "MIT",
"main": "index.js",
"name": "void-elements",
"repository": {
"type": "git",
"url": "git+https://github.com/hemanth/void-elements.git"
},
"scripts": {
"prepublish": "node pre-publish.js > index.js",
"test": "node test"
},
"version": "2.0.1"
}