Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / require-from-string / package.json
1 {
2   "_from": "require-from-string@^2.0.1",
3   "_id": "require-from-string@2.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
6   "_location": "/require-from-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "require-from-string@^2.0.1",
12     "name": "require-from-string",
13     "escapedName": "require-from-string",
14     "rawSpec": "^2.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.1"
17   },
18   "_requiredBy": [
19     "/cosmiconfig"
20   ],
21   "_resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
22   "_shasum": "89a7fdd938261267318eafe14f9c32e598c36909",
23   "_spec": "require-from-string@^2.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cosmiconfig",
25   "author": {
26     "name": "Vsevolod Strukchinsky",
27     "email": "floatdrop@gmail.com",
28     "url": "github.com/floatdrop"
29   },
30   "bugs": {
31     "url": "https://github.com/floatdrop/require-from-string/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {},
35   "deprecated": false,
36   "description": "Require module from string",
37   "devDependencies": {
38     "mocha": "*"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/floatdrop/require-from-string#readme",
47   "keywords": [],
48   "license": "MIT",
49   "name": "require-from-string",
50   "repository": {
51     "type": "git",
52     "url": "git+https://github.com/floatdrop/require-from-string.git"
53   },
54   "scripts": {
55     "test": "mocha"
56   },
57   "version": "2.0.2"
58 }