Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / x-is-string / package.json
1 {
2   "_from": "x-is-string@^0.1.0",
3   "_id": "x-is-string@0.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=",
6   "_location": "/x-is-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "x-is-string@^0.1.0",
12     "name": "x-is-string",
13     "escapedName": "x-is-string",
14     "rawSpec": "^0.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.0"
17   },
18   "_requiredBy": [
19     "/unified"
20   ],
21   "_resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
22   "_shasum": "474b50865af3a49a9c4657f05acd145458f77d82",
23   "_spec": "x-is-string@^0.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unified",
25   "author": {
26     "name": "Matt-Esch",
27     "email": "matt@mattesch.info"
28   },
29   "bugs": {
30     "url": "https://github.com/Matt-Esch/x-is-string/issues",
31     "email": "matt@mattesch.info"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Matt-Esch"
37     }
38   ],
39   "dependencies": {},
40   "deprecated": false,
41   "description": "Simple string test",
42   "devDependencies": {
43     "tape": "^2.12.2"
44   },
45   "homepage": "https://github.com/Matt-Esch/x-is-string",
46   "keywords": [],
47   "licenses": [
48     {
49       "type": "MIT",
50       "url": "http://github.com/Matt-Esch/x-is-string/raw/master/LICENSE"
51     }
52   ],
53   "main": "index",
54   "name": "x-is-string",
55   "repository": {
56     "type": "git",
57     "url": "git://github.com/Matt-Esch/x-is-string.git"
58   },
59   "scripts": {
60     "cover": "istanbul cover --report none --print detail ./test/index.js",
61     "start": "node ./index.js",
62     "test": "node ./test/index.js",
63     "test-browser": "testem-browser ./test/browser/index.js",
64     "testem": "testem-both -b=./test/browser/index.js",
65     "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
66     "view-cover": "istanbul report html && google-chrome ./coverage/index.html",
67     "watch": "nodemon -w ./index.js index.js"
68   },
69   "testling": {
70     "files": "test/index.js",
71     "browsers": [
72       "ie/8..latest",
73       "firefox/16..latest",
74       "firefox/nightly",
75       "chrome/22..latest",
76       "chrome/canary",
77       "opera/12..latest",
78       "opera/next",
79       "safari/5.1..latest",
80       "ipad/6.0..latest",
81       "iphone/6.0..latest",
82       "android-browser/4.2..latest"
83     ]
84   },
85   "version": "0.1.0"
86 }