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.

79 lines
2.7 KiB

{
"_from": "eslint-template-visitor@^2.0.0",
"_id": "eslint-template-visitor@2.2.1",
"_inBundle": false,
"_integrity": "sha1-Lcyxqyj6dCnla6bdAUTe8tibwtY=",
"_location": "/eslint-template-visitor",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-template-visitor@^2.0.0",
"name": "eslint-template-visitor",
"escapedName": "eslint-template-visitor",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/eslint-plugin-unicorn"
],
"_resolved": "https://registry.npm.taobao.org/eslint-template-visitor/download/eslint-template-visitor-2.2.1.tgz?cache=0&sync_timestamp=1593799396605&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-template-visitor%2Fdownload%2Feslint-template-visitor-2.2.1.tgz",
"_shasum": "2dccb1ab28fa7429e56ba6dd0144def2d89bc2d6",
"_spec": "eslint-template-visitor@^2.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/eslint-plugin-unicorn",
"bugs": {
"url": "https://github.com/futpib/eslint-template-visitor/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint-visitor-keys": "^1.3.0",
"esquery": "^1.3.1",
"multimap": "^1.1.0"
},
"deprecated": false,
"description": "[![Build Status](https://travis-ci.org/futpib/eslint-template-visitor.svg?branch=master)](https://travis-ci.org/futpib/eslint-template-visitor) [![Coverage Status](https://coveralls.io/repos/github/futpib/eslint-template-visitor/badge.svg?branch=master)](https://coveralls.io/github/futpib/eslint-template-visitor?branch=master)",
"devDependencies": {
"ava": "^3.9.0",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-ava-rule-tester": "^4.0.0",
"eslint-config-xo-overrides": "^1.4.0",
"esrecurse": "^4.2.1",
"nyc": "^15.1.0",
"ramda": "^0.27.0",
"reserved-words": "^0.1.2",
"seedrandom": "^3.0.5",
"shift-codegen": "^7.0.2",
"shift-fuzzer": "^1.0.2",
"shift-reducer": "^6.0.0",
"shift-scope": "^4.0.0",
"sinon": "^9.0.2",
"xo": "^0.32.0"
},
"homepage": "https://github.com/futpib/eslint-template-visitor#readme",
"license": "GPL-3.0-or-later OR MIT",
"main": "index.js",
"name": "eslint-template-visitor",
"peerDependencies": {
"eslint": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futpib/eslint-template-visitor.git"
},
"scripts": {
"test": "xo && PARSER=espree nyc ava --verbose && PARSER=babel-eslint nyc ava --verbose"
},
"version": "2.2.1",
"xo": {
"extends": [
"eslint-config-xo-overrides"
],
"rules": {
"unicorn/no-fn-reference-in-iterator": "off"
}
}
}