UNPKG

eslint-traverser

Version:

A utility that helps traverse code the way ESLint does

52 lines (51 loc) 1.3 kB
{ "name": "eslint-traverser", "version": "1.5.2", "description": "A utility that helps traverse code the way ESLint does", "main": "lib/index.js", "scripts": { "lint": "eslint .", "unit": "cross-env NODE_ENV=test nyc jasmine JASMINE_CONFIG_PATH=test/jasmine.json", "test": "npm run lint && npm run unit", "build": "babel src -d lib", "prepublish": "npm run build", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/ganimomer/eslint-traverser.git" }, "keywords": [ "eslint", "utility", "traverse", "ast", "estree", "esparse" ], "files": [ "lib" ], "author": "Omer Ganim", "license": "MIT", "bugs": { "url": "https://github.com/ganimomer/eslint-traverser/issues" }, "homepage": "https://github.com/ganimomer/eslint-traverser#readme", "devDependencies": { "babel-cli": "6.16.0", "babel-plugin-istanbul": "2.0.3", "babel-preset-es2015": "6.16.0", "babel-register": "6.16.3", "coveralls": "2.11.14", "cross-env": "3.1.3", "eslint-config-wix-editor": "0.2.3", "jasmine": "2.4.1", "mocha": "3.0.2", "nyc": "8.3.1" }, "dependencies": { "eslint": "^3.5.0", "lodash": "^4.0.0" } }