{ "_args": [ [ { "raw": "jsx-ast-utils@^1.3.4", "scope": null, "escapedName": "jsx-ast-utils", "name": "jsx-ast-utils", "rawSpec": "^1.3.4", "spec": ">=1.3.4 <2.0.0", "type": "range" }, "C:\\apps\\jenkins\\workspace\\eTBM 3 (development)\\node_modules\\eslint-plugin-react" ] ], "_from": "jsx-ast-utils@>=1.3.4 <2.0.0", "_id": "jsx-ast-utils@1.3.5", "_inCache": true, "_location": "/jsx-ast-utils", "_nodeVersion": "6.2.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/jsx-ast-utils-1.3.5.tgz_1481740712538_0.8030725261196494" }, "_npmUser": { "name": "evcohen", "email": "ethanvcohen@gmail.com" }, "_npmVersion": "3.8.9", "_phantomChildren": {}, "_requested": { "raw": "jsx-ast-utils@^1.3.4", "scope": null, "escapedName": "jsx-ast-utils", "name": "jsx-ast-utils", "rawSpec": "^1.3.4", "spec": ">=1.3.4 <2.0.0", "type": "range" }, "_requiredBy": [ "/eslint-plugin-react" ], "_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.5.tgz", "_shasum": "9ba6297198d9f754594d62e59496ffb923778dd4", "_shrinkwrap": null, "_spec": "jsx-ast-utils@^1.3.4", "_where": "C:\\apps\\jenkins\\workspace\\eTBM 3 (development)\\node_modules\\eslint-plugin-react", "author": { "name": "Ethan Cohen" }, "bugs": { "url": "https://github.com/evcohen/jsx-ast-utils/issues" }, "dependencies": { "acorn-jsx": "^3.0.1", "object-assign": "^4.1.0" }, "description": "AST utility module for statically analyzing JSX", "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-eslint": "^7.0.0", "babel-jest": "^17.0.2", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.14.0", "coveralls": "^2.11.8", "eslint": "^3.12.1", "eslint-config-airbnb-base": "^11.0.0", "eslint-plugin-import": "^2.2.0", "jest": "^17.0.2", "rimraf": "^2.5.2" }, "directories": {}, "dist": { "shasum": "9ba6297198d9f754594d62e59496ffb923778dd4", "tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.5.tgz" }, "engines": { "node": ">=4.0" }, "gitHead": "e327eb8c51558b46a4cf2c8cc0326590b9ebf21b", "homepage": "https://github.com/evcohen/jsx-ast-utils#readme", "jest": { "coverageReporters": [ "lcov" ], "coverageDirectory": "reports", "testPathIgnorePatterns": [ "/node_modules/", "helper.js" ] }, "keywords": [ "jsx", "ast", "lint", "eslint" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "evcohen", "email": "ethanvcohen@gmail.com" } ], "name": "jsx-ast-utils", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/evcohen/jsx-ast-utils.git" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib", "coveralls": "cat ./reports/lcov.info | coveralls", "lint": "eslint --config .eslintrc .", "lint:fix": "npm run lint -- --fix", "prepublish": "npm run lint && npm run test && npm run build", "pretest": "npm run lint", "test": "jest --coverage", "test:watch": "npm test -- --watch" }, "version": "1.3.5" }