Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / pump / package.json
1 {
2   "_from": "pump@^3.0.0",
3   "_id": "pump@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
6   "_location": "/pump",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "pump@^3.0.0",
12     "name": "pump",
13     "escapedName": "pump",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/clipboardy/get-stream",
20     "/os-locale/get-stream",
21     "/webpack-cli/get-stream"
22   ],
23   "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
24   "_shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64",
25   "_spec": "pump@^3.0.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/os-locale/node_modules/get-stream",
27   "author": {
28     "name": "Mathias Buus Madsen",
29     "email": "mathiasbuus@gmail.com"
30   },
31   "browser": {
32     "fs": false
33   },
34   "bugs": {
35     "url": "https://github.com/mafintosh/pump/issues"
36   },
37   "bundleDependencies": false,
38   "dependencies": {
39     "end-of-stream": "^1.1.0",
40     "once": "^1.3.1"
41   },
42   "deprecated": false,
43   "description": "pipe streams together and close all of them if one of them closes",
44   "homepage": "https://github.com/mafintosh/pump#readme",
45   "keywords": [
46     "streams",
47     "pipe",
48     "destroy",
49     "callback"
50   ],
51   "license": "MIT",
52   "name": "pump",
53   "repository": {
54     "type": "git",
55     "url": "git://github.com/mafintosh/pump.git"
56   },
57   "scripts": {
58     "test": "node test-browser.js && node test-node.js"
59   },
60   "version": "3.0.0"
61 }