minimal adjustments
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-string / package.json
1 {
2         "name": "is-string",
3         "version": "1.0.5",
4         "author": "Jordan Harband <ljharb@gmail.com>",
5         "funding": {
6                 "url": "https://github.com/sponsors/ljharb"
7         },
8         "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
9         "license": "MIT",
10         "main": "index.js",
11         "scripts": {
12                 "prepublish": "safe-publish-latest",
13                 "pretest": "npm run lint",
14                 "tests-only": "node --harmony --es-staging test",
15                 "test": "npm run tests-only",
16                 "posttest": "npx aud",
17                 "coverage": "covert test/index.js",
18                 "lint": "eslint .",
19                 "eccheck": "eclint check *.js **/*.js > /dev/null",
20                 "version": "auto-changelog && git add CHANGELOG.md",
21                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
22         },
23         "repository": {
24                 "type": "git",
25                 "url": "git://github.com/ljharb/is-string.git"
26         },
27         "keywords": [
28                 "String",
29                 "string",
30                 "ES6",
31                 "toStringTag",
32                 "@@toStringTag",
33                 "String object"
34         ],
35         "dependencies": {},
36         "devDependencies": {
37                 "@ljharb/eslint-config": "^15.0.2",
38                 "auto-changelog": "^1.16.2",
39                 "covert": "^1.1.1",
40                 "eclint": "^2.8.1",
41                 "eslint": "^6.7.2",
42                 "foreach": "^2.0.5",
43                 "indexof": "^0.0.1",
44                 "is": "^3.3.0",
45                 "safe-publish-latest": "^1.1.4",
46                 "tape": "^4.12.0"
47         },
48         "testling": {
49                 "files": "test/index.js",
50                 "browsers": [
51                         "iexplore/6.0..latest",
52                         "firefox/3.0..6.0",
53                         "firefox/15.0..latest",
54                         "firefox/nightly",
55                         "chrome/4.0..10.0",
56                         "chrome/20.0..latest",
57                         "chrome/canary",
58                         "opera/10.0..latest",
59                         "opera/next",
60                         "safari/4.0..latest",
61                         "ipad/6.0..latest",
62                         "iphone/6.0..latest",
63                         "android-browser/4.2"
64                 ]
65         },
66         "engines": {
67                 "node": ">= 0.4"
68         },
69         "auto-changelog": {
70                 "output": "CHANGELOG.md",
71                 "template": "keepachangelog",
72                 "unreleased": false,
73                 "commitLimit": false,
74                 "backfillLimit": false
75         }
76 }