Regenerating node_modules
This commit is contained in:
parent
09b4a82c83
commit
c96f84308a
5488 changed files with 487362 additions and 60779 deletions
34
node_modules/eslint-plugin-import/memo-parser/package.json
generated
vendored
Normal file
34
node_modules/eslint-plugin-import/memo-parser/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue