source: imaps-frontend/node_modules/btoa/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[79a0317]1{
2 "_from": "btoa@1.2.1",
3 "_id": "btoa@1.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==",
6 "_location": "/btoa",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "btoa@1.2.1",
12 "name": "btoa",
13 "escapedName": "btoa",
14 "rawSpec": "1.2.1",
15 "saveSpec": null,
16 "fetchSpec": "1.2.1"
17 },
18 "_requiredBy": [
19 "/jspdf"
20 ],
21 "_resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz",
22 "_shasum": "01a9909f8b2c93f6bf680ba26131eb30f7fa3d73",
23 "_spec": "btoa@1.2.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/jspdf",
25 "author": {
26 "name": "AJ ONeal",
27 "email": "coolaj86@gmail.com",
28 "url": "https://coolaj86.com"
29 },
30 "bin": {
31 "btoa": "bin/btoa.js"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "btoa for Node.JS (it's a one-liner)",
36 "engines": {
37 "node": ">= 0.4.0"
38 },
39 "homepage": "https://git.coolaj86.com/coolaj86/btoa.js.git",
40 "keywords": [
41 "btoa",
42 "browser"
43 ],
44 "license": "(MIT OR Apache-2.0)",
45 "main": "index",
46 "name": "btoa",
47 "repository": {
48 "type": "git",
49 "url": "git://git.coolaj86.com/coolaj86/btoa.js.git"
50 },
51 "version": "1.2.1"
52}
Note: See TracBrowser for help on using the repository browser.