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/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "acorn",
     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",
     11  "_inBundle": false,
     12  "_integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==",
     13  "_location": "/acorn",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "acorn@8.5.0",
     19    "name": "acorn",
     20    "escapedName": "acorn",
     21    "rawSpec": "8.5.0",
     22    "saveSpec": null,
     23    "fetchSpec": "8.5.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack"
     27  ],
     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",
     31  "bin": {
     32    "acorn": "bin/acorn"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/acornjs/acorn/issues"
     36  },
    337  "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",
     38  "engines": {
     39    "node": ">=0.4.0"
     40  },
    841  "exports": {
    942    ".": [
     
    1750    "./package.json": "./package.json"
    1851  },
    19   "version": "8.5.0",
    20   "engines": {"node": ">=0.4.0"},
     52  "homepage": "https://github.com/acornjs/acorn",
     53  "license": "MIT",
     54  "main": "dist/acorn.js",
    2155  "maintainers": [
    2256    {
    2357      "name": "Marijn Haverbeke",
    2458      "email": "marijnh@gmail.com",
    25       "web": "https://marijnhaverbeke.nl"
     59      "url": "https://marijnhaverbeke.nl"
    2660    },
    2761    {
    2862      "name": "Ingvar Stepanyan",
    2963      "email": "me@rreverser.com",
    30       "web": "https://rreverser.com/"
     64      "url": "https://rreverser.com/"
    3165    },
    3266    {
    3367      "name": "Adrian Heine",
    34       "web": "http://adrianheine.de"
     68      "url": "http://adrianheine.de"
    3569    }
    3670  ],
     71  "module": "dist/acorn.mjs",
     72  "name": "acorn",
    3773  "repository": {
    3874    "type": "git",
    39     "url": "https://github.com/acornjs/acorn.git"
     75    "url": "git+https://github.com/acornjs/acorn.git"
    4076  },
    41   "license": "MIT",
    4277  "scripts": {
    4378    "prepare": "cd ..; npm run build:main && npm run build:bin"
    4479  },
    45   "bin": {"acorn": "./bin/acorn"}
     80  "types": "dist/acorn.d.ts",
     81  "version": "8.5.0"
    4682}
Note: See TracChangeset for help on using the changeset viewer.