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

    rceaed42 r59329aa  
    11{
    2   "name": "jsesc",
    3   "version": "2.5.2",
     2  "_args": [
     3    [
     4      "jsesc@2.5.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "jsesc@2.5.2",
     10  "_id": "jsesc@2.5.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
     13  "_location": "/jsesc",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "jsesc@2.5.2",
     19    "name": "jsesc",
     20    "escapedName": "jsesc",
     21    "rawSpec": "2.5.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.5.2"
     24  },
     25  "_requiredBy": [
     26    "/@babel/generator",
     27    "/@babel/traverse/@babel/generator"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
     30  "_spec": "2.5.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Mathias Bynens",
     34    "url": "https://mathiasbynens.be/"
     35  },
     36  "bin": {
     37    "jsesc": "bin/jsesc"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/mathiasbynens/jsesc/issues"
     41  },
    442  "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
    5   "homepage": "https://mths.be/jsesc",
     43  "devDependencies": {
     44    "coveralls": "^2.11.6",
     45    "grunt": "^0.4.5",
     46    "grunt-template": "^0.2.3",
     47    "istanbul": "^0.4.2",
     48    "mocha": "*",
     49    "regenerate": "^1.3.0",
     50    "requirejs": "^2.1.22"
     51  },
    652  "engines": {
    753    "node": ">=4"
    854  },
    9   "main": "jsesc.js",
    10   "bin": "bin/jsesc",
    11   "man": "man/jsesc.1",
     55  "files": [
     56    "LICENSE-MIT.txt",
     57    "jsesc.js",
     58    "bin/",
     59    "man/"
     60  ],
     61  "homepage": "https://mths.be/jsesc",
    1262  "keywords": [
    1363    "buffer",
     
    2272  ],
    2373  "license": "MIT",
    24   "author": {
    25     "name": "Mathias Bynens",
    26     "url": "https://mathiasbynens.be/"
    27   },
     74  "main": "jsesc.js",
     75  "man": [
     76    "man/jsesc.1"
     77  ],
     78  "name": "jsesc",
    2879  "repository": {
    2980    "type": "git",
    30     "url": "https://github.com/mathiasbynens/jsesc.git"
     81    "url": "git+https://github.com/mathiasbynens/jsesc.git"
    3182  },
    32   "bugs": "https://github.com/mathiasbynens/jsesc/issues",
    33   "files": [
    34     "LICENSE-MIT.txt",
    35     "jsesc.js",
    36     "bin/",
    37     "man/"
    38   ],
    3983  "scripts": {
    4084    "build": "grunt template",
     85    "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
    4186    "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
    42     "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
    4387    "test": "mocha tests"
    4488  },
    45   "devDependencies": {
    46     "coveralls": "^2.11.6",
    47     "grunt": "^0.4.5",
    48     "grunt-template": "^0.2.3",
    49     "istanbul": "^0.4.2",
    50     "mocha": "*",
    51     "regenerate": "^1.3.0",
    52     "requirejs": "^2.1.22"
    53   }
     89  "version": "2.5.2"
    5490}
Note: See TracChangeset for help on using the changeset viewer.