Ignore:
Timestamp:
01/21/25 03:08:24 (3 months ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/acorn-jsx/package.json

    r0c6b92a r79a0317  
    11{
    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,
    330  "description": "Modern, fast React.js JSX parser",
     31  "devDependencies": {
     32    "acorn": "^8.0.1"
     33  },
    434  "homepage": "https://github.com/acornjs/acorn-jsx",
    5   "version": "5.3.2",
     35  "license": "MIT",
    636  "maintainers": [
    737    {
    838      "name": "Ingvar Stepanyan",
    939      "email": "me@rreverser.com",
    10       "web": "http://rreverser.com/"
     40      "url": "http://rreverser.com/"
    1141    }
    1242  ],
     43  "name": "acorn-jsx",
     44  "peerDependencies": {
     45    "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
     46  },
    1347  "repository": {
    1448    "type": "git",
    15     "url": "https://github.com/acornjs/acorn-jsx"
     49    "url": "git+https://github.com/acornjs/acorn-jsx.git"
    1650  },
    17   "license": "MIT",
    1851  "scripts": {
    1952    "test": "node test/run.js"
    2053  },
    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"
    2755}
Note: See TracChangeset for help on using the changeset viewer.