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

    rceaed42 r59329aa  
    11{
    2   "name": "esutils",
     2  "_args": [
     3    [
     4      "esutils@2.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "esutils@2.0.3",
     10  "_id": "esutils@2.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
     13  "_location": "/esutils",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "esutils@2.0.3",
     19    "name": "esutils",
     20    "escapedName": "esutils",
     21    "rawSpec": "2.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.3"
     24  },
     25  "_requiredBy": [
     26    "/@babel/preset-modules"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
     29  "_spec": "2.0.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/estools/esutils/issues"
     33  },
    334  "description": "utility box for ECMAScript language tools",
    4   "homepage": "https://github.com/estools/esutils",
    5   "main": "lib/utils.js",
    6   "version": "2.0.3",
    7   "engines": {
    8     "node": ">=0.10.0"
    9   },
    10   "directories": {
    11     "lib": "./lib"
    12   },
    13   "files": [
    14     "LICENSE.BSD",
    15     "README.md",
    16     "lib"
    17   ],
    18   "maintainers": [
    19     {
    20       "name": "Yusuke Suzuki",
    21       "email": "utatane.tea@gmail.com",
    22       "web": "http://github.com/Constellation"
    23     }
    24   ],
    25   "repository": {
    26     "type": "git",
    27     "url": "http://github.com/estools/esutils.git"
    28   },
    2935  "devDependencies": {
    3036    "chai": "~1.7.2",
     
    3541    "unicode-9.0.0": "~0.7.0"
    3642  },
     43  "directories": {
     44    "lib": "./lib"
     45  },
     46  "engines": {
     47    "node": ">=0.10.0"
     48  },
     49  "files": [
     50    "LICENSE.BSD",
     51    "README.md",
     52    "lib"
     53  ],
     54  "homepage": "https://github.com/estools/esutils",
    3755  "license": "BSD-2-Clause",
     56  "main": "lib/utils.js",
     57  "maintainers": [
     58    {
     59      "name": "Yusuke Suzuki",
     60      "email": "utatane.tea@gmail.com",
     61      "url": "http://github.com/Constellation"
     62    }
     63  ],
     64  "name": "esutils",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+ssh://git@github.com/estools/esutils.git"
     68  },
    3869  "scripts": {
     70    "generate-regex": "node tools/generate-identifier-regex.js",
     71    "lint": "jshint lib/*.js",
    3972    "test": "npm run-script lint && npm run-script unit-test",
    40     "lint": "jshint lib/*.js",
    41     "unit-test": "mocha --compilers coffee:coffee-script -R spec",
    42     "generate-regex": "node tools/generate-identifier-regex.js"
    43   }
     73    "unit-test": "mocha --compilers coffee:coffee-script -R spec"
     74  },
     75  "version": "2.0.3"
    4476}
Note: See TracChangeset for help on using the changeset viewer.