Changeset e29cc2e for trip-planner-front/node_modules/acorn/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/acorn/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "acorn@^8.4.1", 3 "_id": "acorn@8.6.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==",5 "_integrity": "sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==", 13 6 "_location": "/acorn", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "acorn@ 8.5.0",11 "raw": "acorn@^8.4.1", 19 12 "name": "acorn", 20 13 "escapedName": "acorn", 21 "rawSpec": " 8.5.0",14 "rawSpec": "^8.4.1", 22 15 "saveSpec": null, 23 "fetchSpec": " 8.5.0"16 "fetchSpec": "^8.4.1" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/webpack" 27 20 ], 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", 21 "_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz", 22 "_shasum": "e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895", 23 "_spec": "acorn@^8.4.1", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack", 31 25 "bin": { 32 26 "acorn": "bin/acorn" … … 35 29 "url": "https://github.com/acornjs/acorn/issues" 36 30 }, 31 "bundleDependencies": false, 32 "deprecated": false, 37 33 "description": "ECMAScript parser", 38 34 "engines": { … … 79 75 }, 80 76 "types": "dist/acorn.d.ts", 81 "version": "8. 5.0"77 "version": "8.6.0" 82 78 }
Note:
See TracChangeset
for help on using the changeset viewer.