Ignore:
Timestamp:
01/21/25 03:08:24 (3 days 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/package.json

    r0c6b92a r79a0317  
    11{
    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,
    334  "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  },
    838  "exports": {
    939    ".": [
     
    1747    "./package.json": "./package.json"
    1848  },
    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",
    2352  "maintainers": [
    2453    {
    2554      "name": "Marijn Haverbeke",
    2655      "email": "marijnh@gmail.com",
    27       "web": "https://marijnhaverbeke.nl"
     56      "url": "https://marijnhaverbeke.nl"
    2857    },
    2958    {
    3059      "name": "Ingvar Stepanyan",
    3160      "email": "me@rreverser.com",
    32       "web": "https://rreverser.com/"
     61      "url": "https://rreverser.com/"
    3362    },
    3463    {
    3564      "name": "Adrian Heine",
    36       "web": "http://adrianheine.de"
     65      "url": "http://adrianheine.de"
    3766    }
    3867  ],
     68  "module": "dist/acorn.mjs",
     69  "name": "acorn",
    3970  "repository": {
    4071    "type": "git",
    4172    "url": "git+https://github.com/acornjs/acorn.git"
    4273  },
    43   "license": "MIT",
    4474  "scripts": {
    4575    "prepare": "cd ..; npm run build:main"
    4676  },
    47   "bin": {
    48     "acorn": "bin/acorn"
    49   }
     77  "types": "dist/acorn.d.ts",
     78  "version": "8.14.0"
    5079}
Note: See TracChangeset for help on using the changeset viewer.