Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epidemian
GitHub Repository: epidemian/eslint-plugin-import
Path: blob/main/memo-parser/package.json
828 views
1
{
2
"name": "memo-parser",
3
"version": "0.2.1",
4
"engines": {
5
"node": ">=4"
6
},
7
"description": "Memoizing wrapper for any ESLint-compatible parser module.",
8
"main": "index.js",
9
"scripts": {
10
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
11
"test": "echo \"Error: no test specified\" && exit 1"
12
},
13
"repository": {
14
"type": "git",
15
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
16
},
17
"keywords": [
18
"eslint",
19
"eslint-plugin-import",
20
"parser"
21
],
22
"author": "Ben Mosher ([email protected])",
23
"license": "MIT",
24
"bugs": {
25
"url": "https://github.com/import-js/eslint-plugin-import/issues"
26
},
27
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
28
"peerDependencies": {
29
"eslint": ">=3.5.0"
30
},
31
"dependencies": {
32
"eslint-module-utils": "^2.6.1"
33
}
34
}
35
36