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

    rceaed42 r59329aa  
    11{
    2   "name": "regjsgen",
    3   "version": "0.5.2",
     2  "_args": [
     3    [
     4      "regjsgen@0.5.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "regjsgen@0.5.2",
     10  "_id": "regjsgen@0.5.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
     13  "_location": "/regjsgen",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "regjsgen@0.5.2",
     19    "name": "regjsgen",
     20    "escapedName": "regjsgen",
     21    "rawSpec": "0.5.2",
     22    "saveSpec": null,
     23    "fetchSpec": "0.5.2"
     24  },
     25  "_requiredBy": [
     26    "/regexpu-core"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
     29  "_spec": "0.5.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Benjamin Tan",
     33    "url": "https://ofcr.se/"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/bnjmnt4n/regjsgen/issues"
     37  },
    438  "description": "Generate regular expressions from regjsparser’s AST.",
     39  "devDependencies": {
     40    "codecov": "^3.7.0",
     41    "nyc": "^15.0.1",
     42    "regjsparser": "~0.6.4",
     43    "request": "^2.88.2"
     44  },
     45  "files": [
     46    "LICENSE-MIT.txt",
     47    "regjsgen.js"
     48  ],
    549  "homepage": "https://github.com/bnjmnt4n/regjsgen",
    6   "main": "regjsgen.js",
    750  "keywords": [
    851    "ast",
     
    1356  ],
    1457  "license": "MIT",
    15   "author": {
    16     "name": "Benjamin Tan",
    17     "url": "https://ofcr.se/"
    18   },
     58  "main": "regjsgen.js",
     59  "name": "regjsgen",
    1960  "repository": {
    2061    "type": "git",
    21     "url": "https://github.com/bnjmnt4n/regjsgen.git"
     62    "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
    2263  },
    23   "bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
    24   "files": [
    25     "LICENSE-MIT.txt",
    26     "regjsgen.js"
    27   ],
    2864  "scripts": {
    29     "test": "node tests/tests.js",
    3065    "coverage": "nyc --reporter=html npm test",
    3166    "report-coverage": "nyc --reporter=lcov npm test && codecov",
     67    "test": "node tests/tests.js",
    3268    "update-fixtures": "node tests/update-fixtures.js"
    3369  },
    34   "devDependencies": {
    35     "codecov": "^3.7.0",
    36     "nyc": "^15.0.1",
    37     "regjsparser": "~0.6.4",
    38     "request": "^2.88.2"
    39   }
     70  "version": "0.5.2"
    4071}
Note: See TracChangeset for help on using the changeset viewer.