hensei-web/node_modules/is-html/package.json
2020-09-11 06:44:42 -07:00

68 lines
1.5 KiB
JSON

{
"_from": "is-html@^1.1.0",
"_id": "is-html@1.1.0",
"_inBundle": false,
"_integrity": "sha1-4E8cGNOUhRETlvmgJz6rUa8hhGQ=",
"_location": "/is-html",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-html@^1.1.0",
"name": "is-html",
"escapedName": "is-html",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/uncss"
],
"_resolved": "https://registry.npmjs.org/is-html/-/is-html-1.1.0.tgz",
"_shasum": "e04f1c18d39485111396f9a0273eab51af218464",
"_spec": "is-html@^1.1.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/uncss",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-html/issues"
},
"bundleDependencies": false,
"dependencies": {
"html-tags": "^1.0.0"
},
"deprecated": false,
"description": "Check if a string is HTML",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-html#readme",
"keywords": [
"html",
"detect",
"check",
"is",
"tags",
"elements",
"string"
],
"license": "MIT",
"name": "is-html",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-html.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.0"
}