Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / imurmurhash / package.json
1 {
2   "_from": "imurmurhash@^0.1.4",
3   "_id": "imurmurhash@0.1.4",
4   "_inBundle": false,
5   "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
6   "_location": "/imurmurhash",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "imurmurhash@^0.1.4",
12     "name": "imurmurhash",
13     "escapedName": "imurmurhash",
14     "rawSpec": "^0.1.4",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.4"
17   },
18   "_requiredBy": [
19     "/eslint",
20     "/stylelint",
21     "/write-file-atomic"
22   ],
23   "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
24   "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
25   "_spec": "imurmurhash@^0.1.4",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
27   "author": {
28     "name": "Jens Taylor",
29     "email": "jensyt@gmail.com",
30     "url": "https://github.com/homebrewing"
31   },
32   "bugs": {
33     "url": "https://github.com/jensyt/imurmurhash-js/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {},
37   "deprecated": false,
38   "description": "An incremental implementation of MurmurHash3",
39   "devDependencies": {},
40   "engines": {
41     "node": ">=0.8.19"
42   },
43   "files": [
44     "imurmurhash.js",
45     "imurmurhash.min.js",
46     "package.json",
47     "README.md"
48   ],
49   "homepage": "https://github.com/jensyt/imurmurhash-js",
50   "keywords": [
51     "murmur",
52     "murmurhash",
53     "murmurhash3",
54     "hash",
55     "incremental"
56   ],
57   "license": "MIT",
58   "main": "imurmurhash.js",
59   "name": "imurmurhash",
60   "repository": {
61     "type": "git",
62     "url": "git+https://github.com/jensyt/imurmurhash-js.git"
63   },
64   "version": "0.1.4"
65 }