notes/node_modules/html-tags/package.json

90 lines
2.1 KiB
JSON

{
"_args": [
[
"html-tags@^1.1.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
]
],
"_from": "html-tags@>=1.1.1 <2.0.0",
"_id": "html-tags@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/html-tags",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"name": "html-tags",
"raw": "html-tags@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/html-tags/-/html-tags-1.1.1.tgz",
"_shasum": "869f43859f12d9bdc3892419e494a628aa1b204e",
"_shrinkwrap": null,
"_spec": "html-tags@^1.1.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/html-tags/issues"
},
"dependencies": {},
"description": "List of standard HTML tags",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "869f43859f12d9bdc3892419e494a628aa1b204e",
"tarball": "https://registry.npmjs.org/html-tags/-/html-tags-1.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"html-tags.json",
"index.js"
],
"gitHead": "5e068ca84a8c0b4ba5debe616d92c28c9e9a0a59",
"homepage": "https://github.com/sindresorhus/html-tags",
"keywords": [
"elements",
"html",
"html5",
"list",
"tags",
"w3c"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "html-tags",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/html-tags.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.1"
}