- 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/base64-arraybuffer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "base64-arraybuffer", 3 "description": "Encode/decode base64 data into ArrayBuffers", 4 "version": "0.1.4", 5 "homepage": "https://github.com/niklasvh/base64-arraybuffer", 2 "_args": [ 3 [ 4 "base64-arraybuffer@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "base64-arraybuffer@0.1.4", 10 "_id": "base64-arraybuffer@0.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=", 13 "_location": "/base64-arraybuffer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "base64-arraybuffer@0.1.4", 19 "name": "base64-arraybuffer", 20 "escapedName": "base64-arraybuffer", 21 "rawSpec": "0.1.4", 22 "saveSpec": null, 23 "fetchSpec": "0.1.4" 24 }, 25 "_requiredBy": [ 26 "/engine.io-parser" 27 ], 28 "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", 29 "_spec": "0.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 6 31 "author": { 7 32 "name": "Niklas von Hertzen", … … 9 34 "url": "http://hertzen.com" 10 35 }, 11 "repository": {12 "type": "git",13 "url": "https://github.com/niklasvh/base64-arraybuffer"14 },15 36 "bugs": { 16 37 "url": "https://github.com/niklasvh/base64-arraybuffer/issues" 17 38 }, 39 "description": "Encode/decode base64 data into ArrayBuffers", 40 "devDependencies": { 41 "grunt": "^0.4.5", 42 "grunt-cli": "^0.1.13", 43 "grunt-contrib-jshint": "^0.11.2", 44 "grunt-contrib-nodeunit": "^0.4.1", 45 "grunt-contrib-watch": "^0.6.1" 46 }, 47 "engines": { 48 "node": ">= 0.6.0" 49 }, 50 "homepage": "https://github.com/niklasvh/base64-arraybuffer", 51 "keywords": [], 18 52 "licenses": [ 19 53 { … … 23 57 ], 24 58 "main": "lib/base64-arraybuffer", 25 "engines": { 26 "node": ">= 0.6.0" 59 "name": "base64-arraybuffer", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/niklasvh/base64-arraybuffer.git" 27 63 }, 28 64 "scripts": { 29 65 "test": "grunt nodeunit" 30 66 }, 31 "devDependencies": { 32 "grunt": "^0.4.5", 33 "grunt-cli": "^0.1.13", 34 "grunt-contrib-jshint": "^0.11.2", 35 "grunt-contrib-nodeunit": "^0.4.1", 36 "grunt-contrib-watch": "^0.6.1" 37 }, 38 "keywords": [] 67 "version": "0.1.4" 39 68 }
Note:
See TracChangeset
for help on using the changeset viewer.