Changeset 59329aa for trip-planner-front/node_modules/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/buffer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "buffer", 3 "description": "Node.js Buffer API, for the browser", 4 "version": "5.7.1", 2 "_args": [ 3 [ 4 "buffer@5.7.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "buffer@5.7.1", 10 "_id": "buffer@5.7.1", 11 "_inBundle": false, 12 "_integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", 13 "_location": "/buffer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "buffer@5.7.1", 19 "name": "buffer", 20 "escapedName": "buffer", 21 "rawSpec": "5.7.1", 22 "saveSpec": null, 23 "fetchSpec": "5.7.1" 24 }, 25 "_requiredBy": [ 26 "/bl" 27 ], 28 "_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", 29 "_spec": "5.7.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 31 "author": { 6 32 "name": "Feross Aboukhadijeh", … … 12 38 }, 13 39 "contributors": [ 14 "Romain Beauxis <toots@rastageeks.org>", 15 "James Halliday <mail@substack.net>" 40 { 41 "name": "Romain Beauxis", 42 "email": "toots@rastageeks.org" 43 }, 44 { 45 "name": "James Halliday", 46 "email": "mail@substack.net" 47 } 16 48 ], 17 49 "dependencies": { … … 19 51 "ieee754": "^1.1.13" 20 52 }, 53 "description": "Node.js Buffer API, for the browser", 21 54 "devDependencies": { 22 55 "airtap": "^3.0.0", … … 33 66 "uglify-js": "^3.11.3" 34 67 }, 68 "funding": [ 69 { 70 "type": "github", 71 "url": "https://github.com/sponsors/feross" 72 }, 73 { 74 "type": "patreon", 75 "url": "https://www.patreon.com/feross" 76 }, 77 { 78 "type": "consulting", 79 "url": "https://feross.org/support" 80 } 81 ], 35 82 "homepage": "https://github.com/feross/buffer", 36 83 "jspm": { … … 52 99 "license": "MIT", 53 100 "main": "index.js", 54 " types": "index.d.ts",101 "name": "buffer", 55 102 "repository": { 56 103 "type": "git", … … 80 127 ] 81 128 }, 82 "funding": [ 83 { 84 "type": "github", 85 "url": "https://github.com/sponsors/feross" 86 }, 87 { 88 "type": "patreon", 89 "url": "https://www.patreon.com/feross" 90 }, 91 { 92 "type": "consulting", 93 "url": "https://feross.org/support" 94 } 95 ] 129 "types": "index.d.ts", 130 "version": "5.7.1" 96 131 }
Note:
See TracChangeset
for help on using the changeset viewer.