Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/acorn-import-assertions/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "acorn-import-assertions",
    3   "version": "1.8.0",
     2  "_args": [
     3    [
     4      "acorn-import-assertions@1.8.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "acorn-import-assertions@1.8.0",
     10  "_id": "acorn-import-assertions@1.8.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
     13  "_location": "/acorn-import-assertions",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "acorn-import-assertions@1.8.0",
     19    "name": "acorn-import-assertions",
     20    "escapedName": "acorn-import-assertions",
     21    "rawSpec": "1.8.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.8.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
     29  "_spec": "1.8.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sven Sauleau",
     33    "email": "sven@sauleau.com"
     34  },
     35  "browserslist": [
     36    "maintained node versions"
     37  ],
     38  "bugs": {
     39    "url": "https://github.com/xtuc/acorn-import-assertions/issues"
     40  },
    441  "description": "Support for import assertions in acorn",
    5   "main": "lib/index.js",
    6   "module": "src/index.js",
     42  "devDependencies": {
     43    "@babel/cli": "^7.14.8",
     44    "@babel/core": "^7.15.0",
     45    "@babel/preset-env": "^7.15.0",
     46    "@babel/register": "^7.15.3",
     47    "acorn": "^8.4.1",
     48    "chai": "^4.3.4",
     49    "mocha": "^9.1.0",
     50    "test262": "github:tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567",
     51    "test262-parser-runner": "^0.5.0"
     52  },
    753  "exports": {
    854    ".": {
     
    1359    "./": "./"
    1460  },
     61  "files": [
     62    "lib",
     63    "src"
     64  ],
     65  "homepage": "https://github.com/xtuc/acorn-import-assertions#readme",
     66  "license": "MIT",
     67  "main": "lib/index.js",
     68  "module": "src/index.js",
     69  "name": "acorn-import-assertions",
     70  "peerDependencies": {
     71    "acorn": "^8"
     72  },
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/xtuc/acorn-import-assertions.git"
     76  },
    1577  "scripts": {
    1678    "build": "babel ./src --out-dir ./lib && node post-build.js",
     
    2082    "watch": "babel ./src --out-dir ./lib --watch"
    2183  },
    22   "author": "Sven Sauleau <sven@sauleau.com>",
    23   "license": "MIT",
    24   "devDependencies": {
    25     "@babel/cli": "^7.14.8",
    26     "@babel/core": "^7.15.0",
    27     "@babel/preset-env": "^7.15.0",
    28     "@babel/register": "^7.15.3",
    29     "acorn": "^8.4.1",
    30     "chai": "^4.3.4",
    31     "mocha": "^9.1.0",
    32     "test262": "tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567",
    33     "test262-parser-runner": "^0.5.0"
    34   },
    35   "peerDependencies": {
    36     "acorn": "^8"
    37   },
    38   "repository": {
    39     "type": "git",
    40     "url": "https://github.com/xtuc/acorn-import-assertions"
    41   },
    42   "browserslist": [
    43     "maintained node versions"
    44   ],
    45   "files": [
    46     "lib",
    47     "src"
    48   ]
     84  "version": "1.8.0"
    4985}
Note: See TracChangeset for help on using the changeset viewer.