mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-06 06:14:53 +00:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"_from": "eslint-plugin-babel@^4.0.1",
|
|
"_id": "eslint-plugin-babel@4.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=",
|
|
"_location": "/eslint-plugin-babel",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-babel@^4.0.1",
|
|
"name": "eslint-plugin-babel",
|
|
"escapedName": "eslint-plugin-babel",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz",
|
|
"_shasum": "79202a0e35757dd92780919b2336f1fa2fe53c1e",
|
|
"_spec": "eslint-plugin-babel@^4.0.1",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector",
|
|
"author": {
|
|
"name": "Jason Quense @monasticpanic"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/eslint-plugin-babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "an eslint rule plugin companion to babel-eslint",
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.1.0",
|
|
"eslint": "^3.0.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"mocha": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"homepage": "https://github.com/babel/eslint-plugin-babel#readme",
|
|
"keywords": [
|
|
"babel",
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"babel-eslint"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "eslint-plugin-babel",
|
|
"peerDependencies": {
|
|
"eslint": ">=3.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/eslint-plugin-babel.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha ./tests/rules/*.js"
|
|
},
|
|
"version": "4.1.2"
|
|
}
|