revert node_modules from master

This commit is contained in:
Alex Kalyvitis 2020-06-22 17:20:03 +02:00
parent dcba70915d
commit bc9591a12b
396 changed files with 7567 additions and 9070 deletions

12
node_modules/acorn/package.json generated vendored
View file

@ -6,7 +6,9 @@
"types": "dist/acorn.d.ts",
"module": "dist/acorn.mjs",
"version": "7.1.1",
"engines": {"node": ">=0.4.0"},
"engines": {
"node": ">=0.4.0"
},
"maintainers": [
{
"name": "Marijn Haverbeke",
@ -31,9 +33,7 @@
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"bin": {"acorn": "./bin/acorn"}
,"_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz"
,"_integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg=="
,"_from": "acorn@7.1.1"
"bin": {
"acorn": "./bin/acorn"
}
}