- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/core-util-is/package.json
rceaed42 r59329aa 1 1 { 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 }, 4 43 "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" 9 46 }, 47 "homepage": "https://github.com/isaacs/core-util-is#readme", 10 48 "keywords": [ 11 49 "util", … … 19 57 "polyfill" 20 58 ], 21 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",22 59 "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" 25 65 }, 26 66 "scripts": { 27 67 "test": "tap test.js" 28 68 }, 29 "devDependencies": { 30 "tap": "^2.3.0" 31 } 69 "version": "1.0.2" 32 70 }
Note:
See TracChangeset
for help on using the changeset viewer.