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

    rceaed42 r59329aa  
    11{
    2   "name": "toidentifier",
     2  "_args": [
     3    [
     4      "toidentifier@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "toidentifier@1.0.0",
     10  "_id": "toidentifier@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
     13  "_location": "/toidentifier",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "toidentifier@1.0.0",
     19    "name": "toidentifier",
     20    "escapedName": "toidentifier",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/http-errors"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Douglas Christopher Wilson",
     33    "email": "doug@somethingdoug.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/component/toidentifier/issues"
     37  },
     38  "contributors": [
     39    {
     40      "name": "Douglas Christopher Wilson",
     41      "email": "doug@somethingdoug.com"
     42    },
     43    {
     44      "name": "Nick Baugh",
     45      "email": "niftylettuce@gmail.com",
     46      "url": "http://niftylettuce.com/"
     47    }
     48  ],
    349  "description": "Convert a string of words to a JavaScript identifier",
    4   "version": "1.0.0",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "contributors": [
    7     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    8     "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
    9   ],
    10   "repository": "component/toidentifier",
    1150  "devDependencies": {
    1251    "eslint": "4.19.1",
     
    2362    "node": ">=0.6"
    2463  },
    25   "license": "MIT",
    2664  "files": [
    2765    "index.js"
    2866  ],
     67  "homepage": "https://github.com/component/toidentifier#readme",
     68  "license": "MIT",
     69  "name": "toidentifier",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/component/toidentifier.git"
     73  },
    2974  "scripts": {
    3075    "lint": "eslint --plugin markdown --ext js,md .",
    3176    "test": "mocha --reporter spec --bail --check-leaks test/",
    3277    "test-cov": "nyc --reporter=html --reporter=text npm test"
    33   }
     78  },
     79  "version": "1.0.0"
    3480}
Note: See TracChangeset for help on using the changeset viewer.