Changeset 59329aa for trip-planner-front/node_modules/acorn
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/acorn/package.json
rceaed42 r59329aa 1 1 { 2 "name": "acorn", 2 "_args": [ 3 [ 4 "acorn@8.5.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "acorn@8.5.0", 10 "_id": "acorn@8.5.0", 11 "_inBundle": false, 12 "_integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", 13 "_location": "/acorn", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "acorn@8.5.0", 19 "name": "acorn", 20 "escapedName": "acorn", 21 "rawSpec": "8.5.0", 22 "saveSpec": null, 23 "fetchSpec": "8.5.0" 24 }, 25 "_requiredBy": [ 26 "/webpack" 27 ], 28 "_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", 29 "_spec": "8.5.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bin": { 32 "acorn": "bin/acorn" 33 }, 34 "bugs": { 35 "url": "https://github.com/acornjs/acorn/issues" 36 }, 3 37 "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", 38 "engines": { 39 "node": ">=0.4.0" 40 }, 8 41 "exports": { 9 42 ".": [ … … 17 50 "./package.json": "./package.json" 18 51 }, 19 "version": "8.5.0", 20 "engines": {"node": ">=0.4.0"}, 52 "homepage": "https://github.com/acornjs/acorn", 53 "license": "MIT", 54 "main": "dist/acorn.js", 21 55 "maintainers": [ 22 56 { 23 57 "name": "Marijn Haverbeke", 24 58 "email": "marijnh@gmail.com", 25 " web": "https://marijnhaverbeke.nl"59 "url": "https://marijnhaverbeke.nl" 26 60 }, 27 61 { 28 62 "name": "Ingvar Stepanyan", 29 63 "email": "me@rreverser.com", 30 " web": "https://rreverser.com/"64 "url": "https://rreverser.com/" 31 65 }, 32 66 { 33 67 "name": "Adrian Heine", 34 " web": "http://adrianheine.de"68 "url": "http://adrianheine.de" 35 69 } 36 70 ], 71 "module": "dist/acorn.mjs", 72 "name": "acorn", 37 73 "repository": { 38 74 "type": "git", 39 "url": " https://github.com/acornjs/acorn.git"75 "url": "git+https://github.com/acornjs/acorn.git" 40 76 }, 41 "license": "MIT",42 77 "scripts": { 43 78 "prepare": "cd ..; npm run build:main && npm run build:bin" 44 79 }, 45 "bin": {"acorn": "./bin/acorn"} 80 "types": "dist/acorn.d.ts", 81 "version": "8.5.0" 46 82 }
Note:
See TracChangeset
for help on using the changeset viewer.