UNPKG

1.72 kBJSONView Raw
1{
2 "_from": "eslint-module-utils",
3 "_id": "eslint-module-utils@2.5.0",
4 "_inBundle": false,
5 "_integrity": "sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw==",
6 "_location": "/eslint-module-utils",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "tag",
10 "registry": true,
11 "raw": "eslint-module-utils",
12 "name": "eslint-module-utils",
13 "escapedName": "eslint-module-utils",
14 "rawSpec": "",
15 "saveSpec": null,
16 "fetchSpec": "latest"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz",
23 "_shasum": "cdf0b40d623032274ccd2abd7e64c4e524d6e19c",
24 "_spec": "eslint-module-utils",
25 "_where": "/Users/jordanharband/Dropbox (Opendoor)/git/ljharb-eslint-plugin-import.git/memo-parser",
26 "author": {
27 "name": "Ben Mosher",
28 "email": "me@benmosher.com"
29 },
30 "bugs": {
31 "url": "https://github.com/benmosher/eslint-plugin-import/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "debug": "^2.6.9",
36 "pkg-dir": "^2.0.0"
37 },
38 "deprecated": false,
39 "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
40 "engines": {
41 "node": ">=4"
42 },
43 "homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
44 "keywords": [
45 "eslint-plugin-import",
46 "eslint",
47 "modules",
48 "esmodules"
49 ],
50 "license": "MIT",
51 "name": "eslint-module-utils",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
55 },
56 "scripts": {
57 "test": "echo \"Error: no test specified\" && exit 1"
58 },
59 "version": "2.5.0"
60}