Version 1
[yaffs-website] / node_modules / is-html / package.json
diff --git a/node_modules/is-html/package.json b/node_modules/is-html/package.json
new file mode 100644 (file)
index 0000000..48b9c85
--- /dev/null
@@ -0,0 +1,90 @@
+{
+  "_args": [
+    [
+      "is-html@~1.0.0",
+      "/var/www/yaffs/node_modules/uncss"
+    ]
+  ],
+  "_from": "is-html@>=1.0.0 <1.1.0",
+  "_id": "is-html@1.0.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/is-html",
+  "_npmUser": {
+    "email": "sindresorhus@gmail.com",
+    "name": "sindresorhus"
+  },
+  "_npmVersion": "1.4.21",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "is-html",
+    "raw": "is-html@~1.0.0",
+    "rawSpec": "~1.0.0",
+    "scope": null,
+    "spec": ">=1.0.0 <1.1.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/uncss"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-html/-/is-html-1.0.0.tgz",
+  "_shasum": "9cbbbfebd9ee11dc206683f3ecaf4df5b1633a1b",
+  "_shrinkwrap": null,
+  "_spec": "is-html@~1.0.0",
+  "_where": "/var/www/yaffs/node_modules/uncss",
+  "author": {
+    "email": "sindresorhus@gmail.com",
+    "name": "Sindre Sorhus",
+    "url": "http://sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/is-html/issues"
+  },
+  "dependencies": {
+    "html-tags": "^1.0.0"
+  },
+  "description": "Check if a string is HTML",
+  "devDependencies": {
+    "mocha": "*"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "9cbbbfebd9ee11dc206683f3ecaf4df5b1633a1b",
+    "tarball": "https://registry.npmjs.org/is-html/-/is-html-1.0.0.tgz"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "gitHead": "20f944fc2802bb366cc9747fa3dfa925f4457528",
+  "homepage": "https://github.com/sindresorhus/is-html",
+  "keywords": [
+    "check",
+    "detect",
+    "elements",
+    "html",
+    "is",
+    "string",
+    "tags"
+  ],
+  "license": "MIT",
+  "maintainers": [
+    {
+      "name": "sindresorhus",
+      "email": "sindresorhus@gmail.com"
+    }
+  ],
+  "name": "is-html",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/is-html.git"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "version": "1.0.0"
+}