Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/core-util-is
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/core-util-is/lib/util.js

    r59329aa re29cc2e  
    101101exports.isPrimitive = isPrimitive;
    102102
    103 exports.isBuffer = Buffer.isBuffer;
     103exports.isBuffer = require('buffer').Buffer.isBuffer;
    104104
    105105function objectToString(o) {
  • trip-planner-front/node_modules/core-util-is/package.json

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "core-util-is@~1.0.0",
     3  "_id": "core-util-is@1.0.3",
    114  "_inBundle": false,
    12   "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
     5  "_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
    136  "_location": "/core-util-is",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "core-util-is@1.0.2",
     11    "raw": "core-util-is@~1.0.0",
    1912    "name": "core-util-is",
    2013    "escapedName": "core-util-is",
    21     "rawSpec": "1.0.2",
     14    "rawSpec": "~1.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "1.0.2"
     16    "fetchSpec": "~1.0.0"
    2417  },
    2518  "_requiredBy": [
     
    2720    "/hpack.js/readable-stream",
    2821    "/memory-fs/readable-stream",
    29     "/verror",
    3022    "/webpack-dev-server/readable-stream"
    3123  ],
    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",
     24  "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
     25  "_shasum": "a6042d3634c2b27e9328f837b965fac83808db85",
     26  "_spec": "core-util-is@~1.0.0",
     27  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server\\node_modules\\readable-stream",
    3528  "author": {
    3629    "name": "Isaac Z. Schlueter",
     
    4134    "url": "https://github.com/isaacs/core-util-is/issues"
    4235  },
     36  "bundleDependencies": false,
     37  "deprecated": false,
    4338  "description": "The `util.is*` functions introduced in Node v0.12.",
    4439  "devDependencies": {
    45     "tap": "^2.3.0"
     40    "tap": "^15.0.9"
    4641  },
     42  "files": [
     43    "lib"
     44  ],
    4745  "homepage": "https://github.com/isaacs/core-util-is#readme",
    4846  "keywords": [
     
    6563  },
    6664  "scripts": {
     65    "postversion": "npm publish",
     66    "prepublishOnly": "git push origin --follow-tags",
     67    "preversion": "npm test",
    6768    "test": "tap test.js"
    6869  },
    69   "version": "1.0.2"
     70  "version": "1.0.3"
    7071}
Note: See TracChangeset for help on using the changeset viewer.