Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / esutils / package.json
1 {
2   "_from": "esutils@^2.0.2",
3   "_id": "esutils@2.0.3",
4   "_inBundle": false,
5   "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
6   "_location": "/esutils",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "esutils@^2.0.2",
12     "name": "esutils",
13     "escapedName": "esutils",
14     "rawSpec": "^2.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.2"
17   },
18   "_requiredBy": [
19     "/doctrine",
20     "/eslint"
21   ],
22   "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
23   "_shasum": "74d2eb4de0b8da1293711910d50775b9b710ef64",
24   "_spec": "esutils@^2.0.2",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
26   "bugs": {
27     "url": "https://github.com/estools/esutils/issues"
28   },
29   "bundleDependencies": false,
30   "deprecated": false,
31   "description": "utility box for ECMAScript language tools",
32   "devDependencies": {
33     "chai": "~1.7.2",
34     "coffee-script": "~1.6.3",
35     "jshint": "2.6.3",
36     "mocha": "~2.2.1",
37     "regenerate": "~1.3.1",
38     "unicode-9.0.0": "~0.7.0"
39   },
40   "directories": {
41     "lib": "./lib"
42   },
43   "engines": {
44     "node": ">=0.10.0"
45   },
46   "files": [
47     "LICENSE.BSD",
48     "README.md",
49     "lib"
50   ],
51   "homepage": "https://github.com/estools/esutils",
52   "license": "BSD-2-Clause",
53   "main": "lib/utils.js",
54   "maintainers": [
55     {
56       "name": "Yusuke Suzuki",
57       "email": "utatane.tea@gmail.com",
58       "url": "http://github.com/Constellation"
59     }
60   ],
61   "name": "esutils",
62   "repository": {
63     "type": "git",
64     "url": "git+ssh://git@github.com/estools/esutils.git"
65   },
66   "scripts": {
67     "generate-regex": "node tools/generate-identifier-regex.js",
68     "lint": "jshint lib/*.js",
69     "test": "npm run-script lint && npm run-script unit-test",
70     "unit-test": "mocha --compilers coffee:coffee-script -R spec"
71   },
72   "version": "2.0.3"
73 }