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

    rceaed42 r59329aa  
    11{
    2   "name": "estraverse",
     2  "_args": [
     3    [
     4      "estraverse@4.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "estraverse@4.3.0",
     10  "_id": "estraverse@4.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
     13  "_location": "/estraverse",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "estraverse@4.3.0",
     19    "name": "estraverse",
     20    "escapedName": "estraverse",
     21    "rawSpec": "4.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.3.0"
     24  },
     25  "_requiredBy": [
     26    "/eslint-scope"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
     29  "_spec": "4.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/estools/estraverse/issues"
     33  },
    334  "description": "ECMAScript JS AST traversal functions",
    4   "homepage": "https://github.com/estools/estraverse",
    5   "main": "estraverse.js",
    6   "version": "4.3.0",
    7   "engines": {
    8     "node": ">=4.0"
    9   },
    10   "maintainers": [
    11     {
    12       "name": "Yusuke Suzuki",
    13       "email": "utatane.tea@gmail.com",
    14       "web": "http://github.com/Constellation"
    15     }
    16   ],
    17   "repository": {
    18     "type": "git",
    19     "url": "http://github.com/estools/estraverse.git"
    20   },
    2135  "devDependencies": {
    2236    "babel-preset-env": "^1.6.1",
     
    3246    "mocha": "^2.1.0"
    3347  },
     48  "engines": {
     49    "node": ">=4.0"
     50  },
     51  "homepage": "https://github.com/estools/estraverse",
    3452  "license": "BSD-2-Clause",
     53  "main": "estraverse.js",
     54  "maintainers": [
     55    {
     56      "name": "Yusuke Suzuki",
     57      "email": "utatane.tea@gmail.com",
     58      "url": "http://github.com/Constellation"
     59    }
     60  ],
     61  "name": "estraverse",
     62  "repository": {
     63    "type": "git",
     64    "url": "git+ssh://git@github.com/estools/estraverse.git"
     65  },
    3566  "scripts": {
     67    "lint": "jshint estraverse.js",
    3668    "test": "npm run-script lint && npm run-script unit-test",
    37     "lint": "jshint estraverse.js",
    3869    "unit-test": "mocha --compilers js:babel-register"
    39   }
     70  },
     71  "version": "4.3.0"
    4072}
Note: See TracChangeset for help on using the changeset viewer.