Changeset 59329aa for trip-planner-front/node_modules/buffer-from
- 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/buffer-from/package.json
rceaed42 r59329aa 1 1 { 2 "name": "buffer-from", 3 "version": "1.1.2", 4 "license": "MIT", 5 "repository": "LinusU/buffer-from", 2 "_args": [ 3 [ 4 "buffer-from@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "buffer-from@1.1.2", 10 "_id": "buffer-from@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", 13 "_location": "/buffer-from", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "buffer-from@1.1.2", 19 "name": "buffer-from", 20 "escapedName": "buffer-from", 21 "rawSpec": "1.1.2", 22 "saveSpec": null, 23 "fetchSpec": "1.1.2" 24 }, 25 "_requiredBy": [ 26 "/source-map-support" 27 ], 28 "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 29 "_spec": "1.1.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/LinusU/buffer-from/issues" 33 }, 34 "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.", 35 "devDependencies": { 36 "standard": "^12.0.1" 37 }, 6 38 "files": [ 7 39 "index.js" 8 40 ], 41 "homepage": "https://github.com/LinusU/buffer-from#readme", 42 "keywords": [ 43 "buffer", 44 "buffer from" 45 ], 46 "license": "MIT", 47 "name": "buffer-from", 48 "repository": { 49 "type": "git", 50 "url": "git+https://github.com/LinusU/buffer-from.git" 51 }, 9 52 "scripts": { 10 53 "test": "standard && node test" 11 54 }, 12 "devDependencies": { 13 "standard": "^12.0.1" 14 }, 15 "keywords": [ 16 "buffer", 17 "buffer from" 18 ] 55 "version": "1.1.2" 19 56 }
Note:
See TracChangeset
for help on using the changeset viewer.