Changeset 79a0317 for imaps-frontend/node_modules/acorn-jsx
- Timestamp:
- 01/21/25 03:08:24 (3 months ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/acorn-jsx/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "acorn-jsx", 2 "_from": "acorn-jsx@^5.3.2", 3 "_id": "acorn-jsx@5.3.2", 4 "_inBundle": false, 5 "_integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 6 "_location": "/acorn-jsx", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "acorn-jsx@^5.3.2", 12 "name": "acorn-jsx", 13 "escapedName": "acorn-jsx", 14 "rawSpec": "^5.3.2", 15 "saveSpec": null, 16 "fetchSpec": "^5.3.2" 17 }, 18 "_requiredBy": [ 19 "/espree" 20 ], 21 "_resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 22 "_shasum": "7ed5bb55908b3b2f1bc55c6af1653bada7f07937", 23 "_spec": "acorn-jsx@^5.3.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/espree", 25 "bugs": { 26 "url": "https://github.com/acornjs/acorn-jsx/issues" 27 }, 28 "bundleDependencies": false, 29 "deprecated": false, 3 30 "description": "Modern, fast React.js JSX parser", 31 "devDependencies": { 32 "acorn": "^8.0.1" 33 }, 4 34 "homepage": "https://github.com/acornjs/acorn-jsx", 5 " version": "5.3.2",35 "license": "MIT", 6 36 "maintainers": [ 7 37 { 8 38 "name": "Ingvar Stepanyan", 9 39 "email": "me@rreverser.com", 10 " web": "http://rreverser.com/"40 "url": "http://rreverser.com/" 11 41 } 12 42 ], 43 "name": "acorn-jsx", 44 "peerDependencies": { 45 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 46 }, 13 47 "repository": { 14 48 "type": "git", 15 "url": " https://github.com/acornjs/acorn-jsx"49 "url": "git+https://github.com/acornjs/acorn-jsx.git" 16 50 }, 17 "license": "MIT",18 51 "scripts": { 19 52 "test": "node test/run.js" 20 53 }, 21 "peerDependencies": { 22 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 23 }, 24 "devDependencies": { 25 "acorn": "^8.0.1" 26 } 54 "version": "5.3.2" 27 55 }
Note:
See TracChangeset
for help on using the changeset viewer.