[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "espree@^9.6.1",
|
---|
| 3 | "_id": "espree@9.6.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
|
---|
| 6 | "_location": "/espree",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "espree@^9.6.1",
|
---|
| 12 | "name": "espree",
|
---|
| 13 | "escapedName": "espree",
|
---|
| 14 | "rawSpec": "^9.6.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^9.6.1"
|
---|
[d565449] | 17 | },
|
---|
[79a0317] | 18 | "_requiredBy": [
|
---|
| 19 | "/@eslint/eslintrc",
|
---|
| 20 | "/eslint"
|
---|
[d565449] | 21 | ],
|
---|
[79a0317] | 22 | "_resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
---|
| 23 | "_shasum": "a2a17b8e434690a5432f2f8018ce71d331a48c6f",
|
---|
| 24 | "_spec": "espree@^9.6.1",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Nicholas C. Zakas",
|
---|
| 28 | "email": "nicholas+npm@nczconsulting.com"
|
---|
[d565449] | 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/eslint/espree/issues"
|
---|
| 32 | },
|
---|
[79a0317] | 33 | "bundleDependencies": false,
|
---|
[d565449] | 34 | "dependencies": {
|
---|
| 35 | "acorn": "^8.9.0",
|
---|
| 36 | "acorn-jsx": "^5.3.2",
|
---|
| 37 | "eslint-visitor-keys": "^3.4.1"
|
---|
| 38 | },
|
---|
[79a0317] | 39 | "deprecated": false,
|
---|
| 40 | "description": "An Esprima-compatible JavaScript parser built on Acorn",
|
---|
[d565449] | 41 | "devDependencies": {
|
---|
| 42 | "@rollup/plugin-commonjs": "^17.1.0",
|
---|
| 43 | "@rollup/plugin-json": "^4.1.0",
|
---|
| 44 | "@rollup/plugin-node-resolve": "^11.2.0",
|
---|
| 45 | "c8": "^7.11.0",
|
---|
| 46 | "chai": "^4.3.6",
|
---|
| 47 | "eslint": "^8.44.0",
|
---|
| 48 | "eslint-config-eslint": "^8.0.0",
|
---|
| 49 | "eslint-plugin-n": "^16.0.0",
|
---|
| 50 | "eslint-release": "^3.2.0",
|
---|
| 51 | "esprima-fb": "^8001.2001.0-dev-harmony-fb",
|
---|
| 52 | "globals": "^13.20.0",
|
---|
| 53 | "lint-staged": "^13.2.0",
|
---|
| 54 | "mocha": "^9.2.2",
|
---|
| 55 | "npm-run-all": "^4.1.5",
|
---|
| 56 | "rollup": "^2.41.2",
|
---|
| 57 | "shelljs": "^0.3.0",
|
---|
| 58 | "yorkie": "^2.0.0"
|
---|
| 59 | },
|
---|
[79a0317] | 60 | "engines": {
|
---|
| 61 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
---|
| 62 | },
|
---|
| 63 | "exports": {
|
---|
| 64 | ".": [
|
---|
| 65 | {
|
---|
| 66 | "import": "./espree.js",
|
---|
| 67 | "require": "./dist/espree.cjs",
|
---|
| 68 | "default": "./dist/espree.cjs"
|
---|
| 69 | },
|
---|
| 70 | "./dist/espree.cjs"
|
---|
| 71 | ],
|
---|
| 72 | "./package.json": "./package.json"
|
---|
| 73 | },
|
---|
| 74 | "files": [
|
---|
| 75 | "lib",
|
---|
| 76 | "dist/espree.cjs",
|
---|
| 77 | "espree.js"
|
---|
| 78 | ],
|
---|
| 79 | "funding": "https://opencollective.com/eslint",
|
---|
| 80 | "gitHooks": {
|
---|
| 81 | "pre-commit": "lint-staged"
|
---|
| 82 | },
|
---|
| 83 | "homepage": "https://github.com/eslint/espree",
|
---|
[d565449] | 84 | "keywords": [
|
---|
| 85 | "ast",
|
---|
| 86 | "ecmascript",
|
---|
| 87 | "javascript",
|
---|
| 88 | "parser",
|
---|
| 89 | "syntax",
|
---|
| 90 | "acorn"
|
---|
| 91 | ],
|
---|
[79a0317] | 92 | "license": "BSD-2-Clause",
|
---|
| 93 | "main": "dist/espree.cjs",
|
---|
| 94 | "name": "espree",
|
---|
| 95 | "repository": {
|
---|
| 96 | "type": "git",
|
---|
| 97 | "url": "git+https://github.com/eslint/espree.git"
|
---|
[d565449] | 98 | },
|
---|
| 99 | "scripts": {
|
---|
| 100 | "build": "rollup -c rollup.config.js",
|
---|
| 101 | "build:debug": "npm run build -- -m",
|
---|
[79a0317] | 102 | "fixlint": "npm run lint -- --fix",
|
---|
[d565449] | 103 | "generate-alpharelease": "eslint-generate-prerelease alpha",
|
---|
| 104 | "generate-betarelease": "eslint-generate-prerelease beta",
|
---|
| 105 | "generate-rcrelease": "eslint-generate-prerelease rc",
|
---|
[79a0317] | 106 | "generate-release": "eslint-generate-release",
|
---|
| 107 | "lint": "eslint . --report-unused-disable-directives",
|
---|
| 108 | "prepublishOnly": "npm run update-version && npm run build",
|
---|
| 109 | "pretest": "npm run build",
|
---|
| 110 | "publish-release": "eslint-publish-release",
|
---|
| 111 | "sync-docs": "node sync-docs.js",
|
---|
| 112 | "test": "npm-run-all -p unit lint",
|
---|
| 113 | "unit": "npm-run-all -s unit:*",
|
---|
| 114 | "unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs",
|
---|
| 115 | "unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'",
|
---|
| 116 | "update-version": "node tools/update-version.js"
|
---|
| 117 | },
|
---|
| 118 | "type": "module",
|
---|
| 119 | "version": "9.6.1"
|
---|
[d565449] | 120 | }
|
---|