Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / uniq / package.json
1 {
2   "_from": "uniq@^1.0.1",
3   "_id": "uniq@1.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
6   "_location": "/uniq",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "uniq@^1.0.1",
12     "name": "uniq",
13     "escapedName": "uniq",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/postcss-selector-parser"
20   ],
21   "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
22   "_shasum": "b31c5ae8254844a3a8281541ce2b04b865a734ff",
23   "_spec": "uniq@^1.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/postcss-selector-parser",
25   "author": {
26     "name": "Mikola Lysenko"
27   },
28   "bugs": {
29     "url": "https://github.com/mikolalysenko/uniq/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {},
33   "deprecated": false,
34   "description": "Removes duplicates from a sorted array in place",
35   "devDependencies": {
36     "tape": "^2.12.3"
37   },
38   "directories": {
39     "test": "test"
40   },
41   "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
42   "homepage": "https://github.com/mikolalysenko/uniq#readme",
43   "keywords": [
44     "array",
45     "duplicate",
46     "unique",
47     "uniq",
48     "remove",
49     "sort",
50     "in",
51     "place",
52     "no",
53     "copy"
54   ],
55   "license": "MIT",
56   "main": "uniq.js",
57   "name": "uniq",
58   "repository": {
59     "type": "git",
60     "url": "git://github.com/mikolalysenko/uniq.git"
61   },
62   "scripts": {
63     "test": "tape test/*.js"
64   },
65   "version": "1.0.1"
66 }