Pull merge.
[yaffs-website] / node_modules / is-html / package.json
1 {
2   "_args": [
3     [
4       "is-html@~1.0.0",
5       "/var/www/yaffs/node_modules/uncss"
6     ]
7   ],
8   "_from": "is-html@>=1.0.0 <1.1.0",
9   "_id": "is-html@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-html",
13   "_npmUser": {
14     "email": "sindresorhus@gmail.com",
15     "name": "sindresorhus"
16   },
17   "_npmVersion": "1.4.21",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "is-html",
21     "raw": "is-html@~1.0.0",
22     "rawSpec": "~1.0.0",
23     "scope": null,
24     "spec": ">=1.0.0 <1.1.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/uncss"
29   ],
30   "_resolved": "https://registry.npmjs.org/is-html/-/is-html-1.0.0.tgz",
31   "_shasum": "9cbbbfebd9ee11dc206683f3ecaf4df5b1633a1b",
32   "_shrinkwrap": null,
33   "_spec": "is-html@~1.0.0",
34   "_where": "/var/www/yaffs/node_modules/uncss",
35   "author": {
36     "email": "sindresorhus@gmail.com",
37     "name": "Sindre Sorhus",
38     "url": "http://sindresorhus.com"
39   },
40   "bugs": {
41     "url": "https://github.com/sindresorhus/is-html/issues"
42   },
43   "dependencies": {
44     "html-tags": "^1.0.0"
45   },
46   "description": "Check if a string is HTML",
47   "devDependencies": {
48     "mocha": "*"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "9cbbbfebd9ee11dc206683f3ecaf4df5b1633a1b",
53     "tarball": "https://registry.npmjs.org/is-html/-/is-html-1.0.0.tgz"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "20f944fc2802bb366cc9747fa3dfa925f4457528",
62   "homepage": "https://github.com/sindresorhus/is-html",
63   "keywords": [
64     "check",
65     "detect",
66     "elements",
67     "html",
68     "is",
69     "string",
70     "tags"
71   ],
72   "license": "MIT",
73   "maintainers": [
74     {
75       "name": "sindresorhus",
76       "email": "sindresorhus@gmail.com"
77     }
78   ],
79   "name": "is-html",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/sindresorhus/is-html.git"
85   },
86   "scripts": {
87     "test": "mocha"
88   },
89   "version": "1.0.0"
90 }