summaryrefslogtreecommitdiff
path: root/tools/node_modules/babel-eslint/node_modules/eslint-visitor-keys/package.json
blob: 23c97f40d59fa58e23a1a5abc7ca500baa4a7c18 (plain)
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
{
  "_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": "/babel-eslint/eslint-visitor-keys",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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": [
    "/babel-eslint"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz",
  "_shasum": "3f3180fb2e291017716acb4c9d6d5b5c34a6a81d",
  "_spec": "eslint-visitor-keys@^1.0.0",
  "_where": "/home/mzasso/git/nodejs/node/tools/babel-eslint-tmp/node_modules/babel-eslint",
  "author": {
    "name": "Toru Nagashima",
    "url": "https://github.com/mysticatea"
  },
  "bugs": {
    "url": "https://github.com/eslint/eslint-visitor-keys/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
}