|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "babel-eslint@9.0.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "babel-eslint@9.0.0",
- "_id": "babel-eslint@9.0.0",
- "_inBundle": false,
- "_integrity": "sha512-itv1MwE3TMbY0QtNfeL7wzak1mV47Uy+n6HtSOO4Xd7rvmO+tsGQSgyOEEgo6Y2vHZKZphaoelNeSVj4vkLA1g==",
- "_location": "/babel-eslint",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "babel-eslint@9.0.0",
- "name": "babel-eslint",
- "escapedName": "babel-eslint",
- "rawSpec": "9.0.0",
- "saveSpec": null,
- "fetchSpec": "9.0.0"
- },
- "_requiredBy": [
- "/react-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-9.0.0.tgz",
- "_spec": "9.0.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "sebmck@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/babel/babel-eslint/issues"
- },
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/parser": "^7.0.0",
- "@babel/traverse": "^7.0.0",
- "@babel/types": "^7.0.0",
- "eslint-scope": "3.7.1",
- "eslint-visitor-keys": "^1.0.0"
- },
- "description": "Custom parser for ESLint",
- "devDependencies": {
- "babel-eslint": "^8.2.6",
- "dedent": "^0.7.0",
- "eslint": "npm:eslint@4.19.1",
- "eslint-config-babel": "^7.0.1",
- "eslint-old": "npm:eslint@4.13.1",
- "eslint-plugin-flowtype": "^2.30.3",
- "eslint-plugin-import": "^2.8.0",
- "eslint-plugin-prettier": "^2.1.2",
- "espree": "^3.5.2",
- "husky": "^1.0.0-rc.13",
- "lint-staged": "^7.2.2",
- "mocha": "^5.0.1",
- "prettier": "^1.4.4"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/babel/babel-eslint",
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --format=codeframe --fix",
- "git add"
- ]
- },
- "main": "lib/index.js",
- "name": "babel-eslint",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel-eslint.git"
- },
- "scripts": {
- "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
- "fix": "eslint index.js babylon-to-espree test --fix",
- "lint": "eslint index.js babylon-to-espree test",
- "precommit": "lint-staged",
- "preversion": "npm test",
- "test": "npm run lint && npm run test-only",
- "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js && mocha --require test/fixtures/use-eslint-old.js"
- },
- "version": "9.0.0"
- }
|