Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / which-module / package.json
1 {
2   "_from": "which-module@^2.0.0",
3   "_id": "which-module@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
6   "_location": "/which-module",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "which-module@^2.0.0",
12     "name": "which-module",
13     "escapedName": "which-module",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/webpack-cli/yargs",
20     "/yargs"
21   ],
22   "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
23   "_shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
24   "_spec": "which-module@^2.0.0",
25   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/yargs",
26   "author": {
27     "name": "nexdrew"
28   },
29   "bugs": {
30     "url": "https://github.com/nexdrew/which-module/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Find the module object for something that was require()d",
35   "devDependencies": {
36     "ava": "^0.19.1",
37     "coveralls": "^2.13.1",
38     "nyc": "^10.3.0",
39     "standard": "^10.0.2",
40     "standard-version": "^4.0.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/nexdrew/which-module#readme",
46   "keywords": [
47     "which",
48     "module",
49     "exports",
50     "filename",
51     "require",
52     "reverse",
53     "lookup"
54   ],
55   "license": "ISC",
56   "main": "index.js",
57   "name": "which-module",
58   "repository": {
59     "type": "git",
60     "url": "git+https://github.com/nexdrew/which-module.git"
61   },
62   "scripts": {
63     "coverage": "nyc report --reporter=text-lcov | coveralls",
64     "pretest": "standard",
65     "release": "standard-version",
66     "test": "nyc ava"
67   },
68   "version": "2.0.0"
69 }