Changeset e29cc2e for trip-planner-front/node_modules/core-util-is
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- 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 101 101 exports.isPrimitive = isPrimitive; 102 102 103 exports.isBuffer = Buffer.isBuffer;103 exports.isBuffer = require('buffer').Buffer.isBuffer; 104 104 105 105 function objectToString(o) { -
trip-planner-front/node_modules/core-util-is/package.json
r59329aa re29cc2e 1 1 { 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", 11 4 "_inBundle": false, 12 "_integrity": "sha 1-tf1UIgqivFq1eqtxQMlAdUUDwac=",5 "_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", 13 6 "_location": "/core-util-is", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "core-util-is@ 1.0.2",11 "raw": "core-util-is@~1.0.0", 19 12 "name": "core-util-is", 20 13 "escapedName": "core-util-is", 21 "rawSpec": " 1.0.2",14 "rawSpec": "~1.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 1.0.2"16 "fetchSpec": "~1.0.0" 24 17 }, 25 18 "_requiredBy": [ … … 27 20 "/hpack.js/readable-stream", 28 21 "/memory-fs/readable-stream", 29 "/verror",30 22 "/webpack-dev-server/readable-stream" 31 23 ], 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", 35 28 "author": { 36 29 "name": "Isaac Z. Schlueter", … … 41 34 "url": "https://github.com/isaacs/core-util-is/issues" 42 35 }, 36 "bundleDependencies": false, 37 "deprecated": false, 43 38 "description": "The `util.is*` functions introduced in Node v0.12.", 44 39 "devDependencies": { 45 "tap": "^ 2.3.0"40 "tap": "^15.0.9" 46 41 }, 42 "files": [ 43 "lib" 44 ], 47 45 "homepage": "https://github.com/isaacs/core-util-is#readme", 48 46 "keywords": [ … … 65 63 }, 66 64 "scripts": { 65 "postversion": "npm publish", 66 "prepublishOnly": "git push origin --follow-tags", 67 "preversion": "npm test", 67 68 "test": "tap test.js" 68 69 }, 69 "version": "1.0. 2"70 "version": "1.0.3" 70 71 }
Note:
See TracChangeset
for help on using the changeset viewer.