Changeset 79a0317 for imaps-frontend/node_modules/acorn
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/acorn/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "acorn", 2 "_from": "acorn@8.14.0", 3 "_id": "acorn@8.14.0", 4 "_inBundle": false, 5 "_integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", 6 "_location": "/acorn", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "acorn@8.14.0", 12 "name": "acorn", 13 "escapedName": "acorn", 14 "rawSpec": "8.14.0", 15 "saveSpec": null, 16 "fetchSpec": "8.14.0" 17 }, 18 "_requiredBy": [ 19 "/espree", 20 "/terser" 21 ], 22 "_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", 23 "_shasum": "063e2c70cac5fb4f6467f0b11152e04c682795b0", 24 "_spec": "acorn@8.14.0", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/terser", 26 "bin": { 27 "acorn": "bin/acorn" 28 }, 29 "bugs": { 30 "url": "https://github.com/acornjs/acorn/issues" 31 }, 32 "bundleDependencies": false, 33 "deprecated": false, 3 34 "description": "ECMAScript parser", 4 "homepage": "https://github.com/acornjs/acorn", 5 "main": "dist/acorn.js", 6 "types": "dist/acorn.d.ts", 7 "module": "dist/acorn.mjs", 35 "engines": { 36 "node": ">=0.4.0" 37 }, 8 38 "exports": { 9 39 ".": [ … … 17 47 "./package.json": "./package.json" 18 48 }, 19 "version": "8.14.0", 20 "engines": { 21 "node": ">=0.4.0" 22 }, 49 "homepage": "https://github.com/acornjs/acorn", 50 "license": "MIT", 51 "main": "dist/acorn.js", 23 52 "maintainers": [ 24 53 { 25 54 "name": "Marijn Haverbeke", 26 55 "email": "marijnh@gmail.com", 27 " web": "https://marijnhaverbeke.nl"56 "url": "https://marijnhaverbeke.nl" 28 57 }, 29 58 { 30 59 "name": "Ingvar Stepanyan", 31 60 "email": "me@rreverser.com", 32 " web": "https://rreverser.com/"61 "url": "https://rreverser.com/" 33 62 }, 34 63 { 35 64 "name": "Adrian Heine", 36 " web": "http://adrianheine.de"65 "url": "http://adrianheine.de" 37 66 } 38 67 ], 68 "module": "dist/acorn.mjs", 69 "name": "acorn", 39 70 "repository": { 40 71 "type": "git", 41 72 "url": "git+https://github.com/acornjs/acorn.git" 42 73 }, 43 "license": "MIT",44 74 "scripts": { 45 75 "prepare": "cd ..; npm run build:main" 46 76 }, 47 "bin": { 48 "acorn": "bin/acorn" 49 } 77 "types": "dist/acorn.d.ts", 78 "version": "8.14.0" 50 79 }
Note:
See TracChangeset
for help on using the changeset viewer.