123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_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": "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": [
- "/eslint",
- "/espree"
- ],
- "_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/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/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"
- }
|