Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / code-point-at / package.json
1 {
2   "_from": "code-point-at@^1.0.0",
3   "_id": "code-point-at@1.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
6   "_location": "/code-point-at",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "code-point-at@^1.0.0",
12     "name": "code-point-at",
13     "escapedName": "code-point-at",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/wrap-ansi/string-width"
20   ],
21   "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
22   "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
23   "_spec": "code-point-at@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/wrap-ansi/node_modules/string-width",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/code-point-at/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "ES2015 `String#codePointAt()` ponyfill",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "^0.16.0"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/code-point-at#readme",
47   "keywords": [
48     "es2015",
49     "ponyfill",
50     "polyfill",
51     "shim",
52     "string",
53     "str",
54     "code",
55     "point",
56     "at",
57     "codepoint",
58     "unicode"
59   ],
60   "license": "MIT",
61   "name": "code-point-at",
62   "repository": {
63     "type": "git",
64     "url": "git+https://github.com/sindresorhus/code-point-at.git"
65   },
66   "scripts": {
67     "test": "xo && ava"
68   },
69   "version": "1.1.0"
70 }