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/core-util-is/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "core-util-is",
    3   "version": "1.0.2",
     2  "_args": [
     3    [
     4      "core-util-is@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "core-util-is@1.0.2",
     10  "_id": "core-util-is@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
     13  "_location": "/core-util-is",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "core-util-is@1.0.2",
     19    "name": "core-util-is",
     20    "escapedName": "core-util-is",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/are-we-there-yet/readable-stream",
     27    "/hpack.js/readable-stream",
     28    "/memory-fs/readable-stream",
     29    "/verror",
     30    "/webpack-dev-server/readable-stream"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
     33  "_spec": "1.0.2",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Isaac Z. Schlueter",
     37    "email": "i@izs.me",
     38    "url": "http://blog.izs.me/"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/isaacs/core-util-is/issues"
     42  },
    443  "description": "The `util.is*` functions introduced in Node v0.12.",
    5   "main": "lib/util.js",
    6   "repository": {
    7     "type": "git",
    8     "url": "git://github.com/isaacs/core-util-is"
     44  "devDependencies": {
     45    "tap": "^2.3.0"
    946  },
     47  "homepage": "https://github.com/isaacs/core-util-is#readme",
    1048  "keywords": [
    1149    "util",
     
    1957    "polyfill"
    2058  ],
    21   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    2259  "license": "MIT",
    23   "bugs": {
    24     "url": "https://github.com/isaacs/core-util-is/issues"
     60  "main": "lib/util.js",
     61  "name": "core-util-is",
     62  "repository": {
     63    "type": "git",
     64    "url": "git://github.com/isaacs/core-util-is.git"
    2565  },
    2666  "scripts": {
    2767    "test": "tap test.js"
    2868  },
    29   "devDependencies": {
    30     "tap": "^2.3.0"
    31   }
     69  "version": "1.0.2"
    3270}
Note: See TracChangeset for help on using the changeset viewer.