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

    rceaed42 r59329aa  
    11{
    2   "name": "ret",
     2  "_args": [
     3    [
     4      "ret@0.1.15",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ret@0.1.15",
     10  "_id": "ret@0.1.15",
     11  "_inBundle": false,
     12  "_integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
     13  "_location": "/ret",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ret@0.1.15",
     19    "name": "ret",
     20    "escapedName": "ret",
     21    "rawSpec": "0.1.15",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.15"
     24  },
     25  "_requiredBy": [
     26    "/safe-regex"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
     29  "_spec": "0.1.15",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Roly Fentanes",
     33    "url": "https://github.com/fent"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/fent/ret.js/issues"
     37  },
    338  "description": "Tokenizes a string that represents a regular expression.",
     39  "devDependencies": {
     40    "istanbul": "*",
     41    "vows": "*"
     42  },
     43  "directories": {
     44    "lib": "./lib"
     45  },
     46  "engines": {
     47    "node": ">=0.12"
     48  },
     49  "files": [
     50    "lib"
     51  ],
     52  "homepage": "https://github.com/fent/ret.js#readme",
    453  "keywords": [
    554    "regex",
     
    958    "tokenizer"
    1059  ],
    11   "version": "0.1.15",
     60  "license": "MIT",
     61  "main": "./lib/index.js",
     62  "name": "ret",
    1263  "repository": {
    1364    "type": "git",
    1465    "url": "git://github.com/fent/ret.js.git"
    1566  },
    16   "author": "Roly Fentanes (https://github.com/fent)",
    17   "main": "./lib/index.js",
    18   "files": [
    19     "lib"
    20   ],
    2167  "scripts": {
    2268    "test": "istanbul cover vows -- --spec test/*-test.js"
    2369  },
    24   "directories": {
    25     "lib": "./lib"
    26   },
    27   "devDependencies": {
    28     "istanbul": "*",
    29     "vows": "*"
    30   },
    31   "engines": {
    32     "node": ">=0.12"
    33   },
    34   "license": "MIT"
     70  "version": "0.1.15"
    3571}
Note: See TracChangeset for help on using the changeset viewer.