1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/babel-eslint/package.json

109 lines
3.0 KiB
JSON

{
"_args": [
[
"babel-eslint@8.2.6",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "babel-eslint@8.2.6",
"_id": "babel-eslint@8.2.6",
"_inBundle": false,
"_integrity": "sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==",
"_location": "/babel-eslint",
"_phantomChildren": {
"babylon": "7.0.0-beta.44",
"color-convert": "1.9.3",
"debug": "3.1.0",
"escape-string-regexp": "1.0.5",
"esrecurse": "4.2.1",
"estraverse": "4.2.0",
"esutils": "2.0.2",
"globals": "11.12.0",
"has-flag": "3.0.0",
"invariant": "2.2.4",
"js-tokens": "3.0.2",
"jsesc": "2.5.2",
"lodash": "4.17.15",
"source-map": "0.5.7",
"to-fast-properties": "2.0.0",
"trim-right": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-eslint@8.2.6",
"name": "babel-eslint",
"escapedName": "babel-eslint",
"rawSpec": "8.2.6",
"saveSpec": null,
"fetchSpec": "8.2.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.6.tgz",
"_spec": "8.2.6",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel-eslint/issues"
},
"dependencies": {
"@babel/code-frame": "7.0.0-beta.44",
"@babel/traverse": "7.0.0-beta.44",
"@babel/types": "7.0.0-beta.44",
"babylon": "7.0.0-beta.44",
"eslint-scope": "3.7.1",
"eslint-visitor-keys": "^1.0.0"
},
"description": "Custom parser for ESLint",
"devDependencies": {
"babel-eslint": "^8.0.0",
"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": "^0.14.0",
"lint-staged": "^6.1.1",
"mocha": "^5.0.1",
"prettier": "^1.4.4"
},
"engines": {
"node": ">=4"
},
"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": "8.2.6"
}