Changeset 59329aa for trip-planner-front/node_modules/is-buffer
- 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/is-buffer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-buffer", 3 "description": "Determine if an object is a Buffer", 4 "version": "1.1.6", 2 "_args": [ 3 [ 4 "is-buffer@1.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-buffer@1.1.6", 10 "_id": "is-buffer@1.1.6", 11 "_inBundle": false, 12 "_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", 13 "_location": "/is-buffer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-buffer@1.1.6", 19 "name": "is-buffer", 20 "escapedName": "is-buffer", 21 "rawSpec": "1.1.6", 22 "saveSpec": null, 23 "fetchSpec": "1.1.6" 24 }, 25 "_requiredBy": [ 26 "/class-utils/is-accessor-descriptor/kind-of", 27 "/class-utils/is-data-descriptor/kind-of", 28 "/expand-brackets/is-accessor-descriptor/kind-of", 29 "/expand-brackets/is-data-descriptor/kind-of", 30 "/has-values/is-number/kind-of", 31 "/has-values/kind-of", 32 "/http-proxy-middleware/is-number/kind-of", 33 "/object-copy/kind-of", 34 "/snapdragon-util/kind-of", 35 "/snapdragon/is-accessor-descriptor/kind-of", 36 "/snapdragon/is-data-descriptor/kind-of", 37 "/static-extend/is-accessor-descriptor/kind-of", 38 "/static-extend/is-data-descriptor/kind-of", 39 "/to-object-path/kind-of", 40 "/webpack-dev-server/is-number/kind-of" 41 ], 42 "_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", 43 "_spec": "1.1.6", 44 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 45 "author": { 6 46 "name": "Feross Aboukhadijeh", … … 12 52 }, 13 53 "dependencies": {}, 54 "description": "Determine if an object is a Buffer", 14 55 "devDependencies": { 15 56 "standard": "*", … … 17 58 "zuul": "^3.0.0" 18 59 }, 60 "homepage": "https://github.com/feross/is-buffer#readme", 19 61 "keywords": [ 20 62 "buffer", … … 36 78 "license": "MIT", 37 79 "main": "index.js", 80 "name": "is-buffer", 38 81 "repository": { 39 82 "type": "git", … … 48 91 "testling": { 49 92 "files": "test/*.js" 50 } 93 }, 94 "version": "1.1.6" 51 95 }
Note:
See TracChangeset
for help on using the changeset viewer.