Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / flatted / package.json
1 {
2   "_from": "flatted@^2.0.0",
3   "_id": "flatted@2.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
6   "_location": "/flatted",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "flatted@^2.0.0",
12     "name": "flatted",
13     "escapedName": "flatted",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/flat-cache",
20     "/log4js"
21   ],
22   "_resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz",
23   "_shasum": "4575b21e2bcee7434aa9be662f4b7b5f9c2b5138",
24   "_spec": "flatted@^2.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/flat-cache",
26   "author": {
27     "name": "Andrea Giammarchi"
28   },
29   "bugs": {
30     "url": "https://github.com/WebReflection/flatted/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "A super light and fast circular JSON parser.",
35   "devDependencies": {
36     "circular-json": "^0.5.9",
37     "circular-json-es6": "^2.0.2",
38     "coveralls": "^3.0.11",
39     "jsan": "^3.1.13",
40     "nyc": "^15.0.0",
41     "uglify-js": "^3.8.1"
42   },
43   "homepage": "https://github.com/WebReflection/flatted#readme",
44   "keywords": [
45     "circular",
46     "JSON",
47     "fast",
48     "parser",
49     "minimal"
50   ],
51   "license": "ISC",
52   "main": "cjs/index.js",
53   "module": "esm/index.js",
54   "name": "flatted",
55   "repository": {
56     "type": "git",
57     "url": "git+https://github.com/WebReflection/flatted.git"
58   },
59   "scripts": {
60     "bench": "node test/bench.js",
61     "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
62     "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
63     "coveralls": "nyc report --reporter=text-lcov | coveralls",
64     "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js",
65     "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
66     "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
67     "test": "nyc node test/index.js"
68   },
69   "types": "types.d.ts",
70   "unpkg": "min.js",
71   "version": "2.0.2"
72 }