source: trip-planner-front/node_modules/base64-arraybuffer/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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",
31 "author": {
32 "name": "Niklas von Hertzen",
33 "email": "niklasvh@gmail.com",
34 "url": "http://hertzen.com"
35 },
36 "bugs": {
37 "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
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": [],
52 "licenses": [
53 {
54 "type": "MIT",
55 "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
56 }
57 ],
58 "main": "lib/base64-arraybuffer",
59 "name": "base64-arraybuffer",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
63 },
64 "scripts": {
65 "test": "grunt nodeunit"
66 },
67 "version": "0.1.4"
68}
Note: See TracBrowser for help on using the repository browser.