You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
847 B
34 lines
847 B
{
|
|
"name": "memo-parser",
|
|
"version": "0.2.1",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"description": "Memoizing wrapper for any ESLint-compatible parser module.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"eslint-plugin-import",
|
|
"parser"
|
|
],
|
|
"author": "Ben Mosher (me@benmosher.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
|
},
|
|
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
|
|
"peerDependencies": {
|
|
"eslint": ">=3.5.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-module-utils": "^2.5.0"
|
|
}
|
|
}
|
|
|