1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_args": [
| [
| "eslint-visitor-keys@1.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "eslint-visitor-keys@1.0.0",
| "_id": "eslint-visitor-keys@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==",
| "_location": "/eslint-visitor-keys",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "eslint-visitor-keys@1.0.0",
| "name": "eslint-visitor-keys",
| "escapedName": "eslint-visitor-keys",
| "rawSpec": "1.0.0",
| "saveSpec": null,
| "fetchSpec": "1.0.0"
| },
| "_requiredBy": [
| "/eslint",
| "/espree"
| ],
| "_resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz",
| "_spec": "1.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Toru Nagashima",
| "url": "https://github.com/mysticatea"
| },
| "bugs": {
| "url": "https://github.com/eslint/eslint-visitor-keys/issues"
| },
| "dependencies": {},
| "description": "Constants and utilities about visitor keys to traverse AST.",
| "devDependencies": {
| "eslint": "^4.7.2",
| "eslint-config-eslint": "^4.0.0",
| "eslint-release": "^0.10.3",
| "mocha": "^3.5.3",
| "nyc": "^11.2.1",
| "opener": "^1.4.3"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/eslint/eslint-visitor-keys#readme",
| "keywords": [],
| "license": "Apache-2.0",
| "main": "lib/index.js",
| "name": "eslint-visitor-keys",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eslint/eslint-visitor-keys.git"
| },
| "scripts": {
| "ci-release": "eslint-ci-release",
| "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
| "lint": "eslint lib tests/lib",
| "pretest": "npm run -s lint",
| "release": "eslint-release",
| "test": "nyc mocha tests/lib"
| },
| "version": "1.0.0"
| }
|
|