{"bin":{"esparse":"bin/esparse.js","esvalidate":"bin/esvalidate.js"},"bugs":{"url":"https://github.com/node-projects/esprima-next/issues"},"dist":{"shasum":"9f82c8093a33da7207a4e8621e997c66878c145a","tarball":"https://registry.npmjs.org/esprima-next/-/esprima-next-5.8.4.tgz","fileCount":8,"integrity":"sha512-8nYVZ4ioIH4Msjb/XmhnBdz5WRRBaYqevKa1cv9nGJdCehMbzZCPNEEnqfLCZVetUVrUPEcb5IYyu1GG4hFqgg==","signatures":[{"sig":"MEUCIQDkxUwVi/UgbX6YdfKZEPUfxbspVF75vSHXMNMJpouc4wIgMexd4GSjOd4/MMal5Gbjw/Oj8Knwk00E5KY8mTmAFtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":514898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGSMmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1Mg/7B+BsgOW+OfcURiaPW0S938QAMH9eFaDAC6aq9fwDLZpZY6V1\r\nXX+7G4kbyt5wKBvhcd4ptk8AluV72HA3T5AwntK6If8GTM7MWzYmDeWt9toU\r\nGl7tZJJA60XrkBE4LiXL6BAK9ArTRy5VbL/3TL7mh4F+Tyrsx5lhcimLAaoP\r\nqGfJIV0yyx7T6l+5YXtBxGAcharPHwqUGAumkMDqIoZbmOnCHWT6G9p+3PuU\r\n6hQdDuer5Jp78XefiAaJd9zfVcYnqaXwPFs/mu6fpM1raWQ6cPyzh1AW1lOR\r\nkdxjhnaB9cwp6KnXHD/CuC+OW144B/lPIi3GuFEjpXzRlHoLhFfoKI5Qz/RS\r\nBlDQLeC1B9PsFiCWHHLBiMpes4CtL1HEYqIoHV6Qz5ewKsgZSgNbSGv0/PhP\r\n06wYujmyEZM6lCnvHMzw8TFpAj1V/tXIg+0Tm5us8Wvp4Nu/mI62gawb9nDv\r\nOLemlo6plFkhE4mcphf8cC8NGiFKH3ncMe3xfZLhpe2ZtYukJKNSgclWqt2y\r\nv2EO/eYtuNFuErr9wqFP6YIMdsRdgV48656P59kMA6cgrVNMhJla+m+MdF/6\r\necjqB2qvM0HIY3bHU6CRCJ2DgZGLkLVwP2/HVGY9ahgFTuzkxhqIPsdeAyDO\r\nt8fi0JZh+HBxHhNhn86Mo8ECliyy+THyTcQ=\r\n=PtPx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/esprima.js","name":"esprima-next","types":"./dist/esm/esprima.d.ts","author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"module":"./dist/esm/esprima.js","engines":{"node":">=12"},"exports":{".":{"import":"./dist/esm/esprima.js","default":"./dist/esprima.js","require":"./dist/esprima.js"}},"gitHead":"a002247e9cb92768ea91ef838b223012fe4fee9f","license":"BSD-2-Clause","scripts":{"jest":"node --experimental-vm-modules node_modules/jest/bin/jest.js","test":"npm run compile && npm run all-tests && npm run jest","watch":"tsc --project src/es.tsconfig.json --watch","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","compile":"tsc --build src/es.tsconfig.json && rollup -c && tsc --build src/cjs.tsconfig.json && webpack && node tools/fixupbundle.js","prepare":"test -f esprima/dist/esprima.js || npm run test","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","testOld":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","test-262":"npm install git+https://git@github.com/tc39/test262.git#08a9fc2 && node test/test-262.js","all-tests":"npm run esm-tests && npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","api-tests":"mocha -R dot test/api-tests.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","esm-tests":"node test/test-sideEffects/test.js","lint-code":"eslint src/*.ts","code-style":"tsfmt --verify src/*.ts && tsfmt --verify test/*.js","downstream":"node test/downstream.js","prepublish":"npm run compile","unit-tests":"node test/unit-tests.js","format-code":"tsfmt -r src/*.ts && tsfmt -r test/*.js","check-version":"node test/check-version.js","grammar-tests":"node test/grammar-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","generate-regex":"node tools/generate-identifier-regex.js","static-analysis":"npm run check-version && npm run lint-code && npm run code-style","analyze-coverage":"istanbul cover test/unit-tests.js","benchmark-parser":"node -expose_gc test/benchmark-parser.js","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","regression-tests":"node test/regression-tests.js","generate-fixtures":"node tools/generate-fixtures.js","hostile-env-tests":"node test/hostile-environment-tests.js","verify-line-ending":"node test/verify-line-ending.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"_npmUser":{"name":"jogibear9988","email":"jochen.kuehner@gmx.de"},"homepage":"https://github.com/node-projects/esprima-next/","keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"repository":{"url":"git+https://github.com/node-projects/esprima-next.git","type":"git"},"_npmVersion":"8.17.0","description":"ECMAScript parsing infrastructure for multipurpose analysis","directories":{},"maintainers":[{"name":"jogibear9988","email":"jochen.kuehner@gmx.de"}],"_nodeVersion":"18.7.0","_hasShrinkwrap":false,"devDependencies":{"crlf":"^1.1.1","glob":"~8.0.3","jest":"^28.1.0","temp":"~0.9.4","mocha":"~10.0.0","eslint":"^8.17.0","rollup":"^2.75.5","ts-jest":"^28.0.4","ts-node":"^10.8.1","webpack":"~5.73.0","istanbul":"~0.4.0","json-diff":"~0.9.0","codecov.io":"~0.1.6","regenerate":"~1.4.2","typescript":"~4.7.3","@types/jest":"^28.1.0","webpack-cli":"^4.9.2","everything.js":"~1.0.3","test262-stream":"~1.4.0","unicode-12.1.0":"^0.8.0","rollup-plugin-dts":"^4.2.2","node-tick-processor":"~0.0.2","results-interpreter":"~1.0.0","replace-in-files-cli":"^2.0.0","typescript-formatter":"~7.2.2","@typescript-eslint/parser":"^5.27.0","eslint-plugin-esprima-internal":"file:eslint","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/esprima-next_5.8.4_1662591782050_0.9302977968848036","host":"s3://npm-registry-packages"},"_id":"esprima-next@5.8.4","version":"5.8.4"}