Version 1
[yaffs-website] / node_modules / html-tags / package.json
diff --git a/node_modules/html-tags/package.json b/node_modules/html-tags/package.json
new file mode 100644 (file)
index 0000000..3fe2ab1
--- /dev/null
@@ -0,0 +1,89 @@
+{
+  "_args": [
+    [
+      "html-tags@^1.0.0",
+      "/var/www/yaffs/node_modules/is-html"
+    ]
+  ],
+  "_from": "html-tags@>=1.0.0 <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.0.0",
+    "rawSpec": "^1.0.0",
+    "scope": null,
+    "spec": ">=1.0.0 <2.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/is-html"
+  ],
+  "_resolved": "https://registry.npmjs.org/html-tags/-/html-tags-1.1.1.tgz",
+  "_shasum": "869f43859f12d9bdc3892419e494a628aa1b204e",
+  "_shrinkwrap": null,
+  "_spec": "html-tags@^1.0.0",
+  "_where": "/var/www/yaffs/node_modules/is-html",
+  "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"
+}