line_push/node_modules/eslint-template-visitor/package.json
2022-07-17 13:16:16 +08:00

72 lines
2.2 KiB
JSON

{
"_args": [
[
"eslint-template-visitor@1.1.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_development": true,
"_from": "eslint-template-visitor@1.1.0",
"_id": "eslint-template-visitor@1.1.0",
"_inBundle": false,
"_integrity": "sha512-Lmy6QVlmFiIGl5fPi+8ACnov3sare+0Ouf7deJAGGhmUfeWJ5fVarELUxZRpsZ9sHejiJUq8626d0dn9uvcZTw==",
"_location": "/eslint-template-visitor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-template-visitor@1.1.0",
"name": "eslint-template-visitor",
"escapedName": "eslint-template-visitor",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/eslint-plugin-unicorn"
],
"_resolved": "https://registry.npmjs.org/eslint-template-visitor/-/eslint-template-visitor-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"dependencies": {
"eslint-visitor-keys": "^1.1.0",
"espree": "^6.1.1",
"multimap": "^1.0.2"
},
"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": "^2.4.0",
"coveralls": "^3.0.6",
"eslint": "^6.4.0",
"eslint-ava-rule-tester": "^3.0.0",
"eslint-config-xo-overrides": "^1.4.0",
"esrecurse": "^4.2.1",
"nyc": "^14.1.1",
"ramda": "^0.26.1",
"reserved-words": "^0.1.2",
"seedrandom": "^3.0.5",
"shift-codegen": "^6.0.0",
"shift-fuzzer": "^1.0.2",
"shift-parser": "^7.0.0",
"shift-reducer": "^6.0.0",
"shift-scope": "^4.0.0",
"sinon": "^7.5.0",
"xo": "^0.24.0"
},
"license": "GPL-3.0-or-later OR MIT",
"main": "index.js",
"name": "eslint-template-visitor",
"peerDependencies": {
"eslint": "^6.4.0"
},
"scripts": {
"test": "xo && nyc ava --verbose"
},
"version": "1.1.0",
"xo": {
"extends": [
"eslint-config-xo-overrides"
]
}
}