1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "base64-js@1.5.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "base64-js@1.5.1",
|
---|
10 | "_id": "base64-js@1.5.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
---|
13 | "_location": "/base64-js",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "base64-js@1.5.1",
|
---|
19 | "name": "base64-js",
|
---|
20 | "escapedName": "base64-js",
|
---|
21 | "rawSpec": "1.5.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.5.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/buffer",
|
---|
27 | "/hdr-histogram-js"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
---|
30 | "_spec": "1.5.1",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "author": {
|
---|
33 | "name": "T. Jameson Little",
|
---|
34 | "email": "t.jameson.little@gmail.com"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/beatgammit/base64-js/issues"
|
---|
38 | },
|
---|
39 | "description": "Base64 encoding/decoding in pure JS",
|
---|
40 | "devDependencies": {
|
---|
41 | "babel-minify": "^0.5.1",
|
---|
42 | "benchmark": "^2.1.4",
|
---|
43 | "browserify": "^16.3.0",
|
---|
44 | "standard": "*",
|
---|
45 | "tape": "4.x"
|
---|
46 | },
|
---|
47 | "funding": [
|
---|
48 | {
|
---|
49 | "type": "github",
|
---|
50 | "url": "https://github.com/sponsors/feross"
|
---|
51 | },
|
---|
52 | {
|
---|
53 | "type": "patreon",
|
---|
54 | "url": "https://www.patreon.com/feross"
|
---|
55 | },
|
---|
56 | {
|
---|
57 | "type": "consulting",
|
---|
58 | "url": "https://feross.org/support"
|
---|
59 | }
|
---|
60 | ],
|
---|
61 | "homepage": "https://github.com/beatgammit/base64-js",
|
---|
62 | "keywords": [
|
---|
63 | "base64"
|
---|
64 | ],
|
---|
65 | "license": "MIT",
|
---|
66 | "main": "index.js",
|
---|
67 | "name": "base64-js",
|
---|
68 | "repository": {
|
---|
69 | "type": "git",
|
---|
70 | "url": "git://github.com/beatgammit/base64-js.git"
|
---|
71 | },
|
---|
72 | "scripts": {
|
---|
73 | "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
|
---|
74 | "lint": "standard",
|
---|
75 | "test": "npm run lint && npm run unit",
|
---|
76 | "unit": "tape test/*.js"
|
---|
77 | },
|
---|
78 | "typings": "index.d.ts",
|
---|
79 | "version": "1.5.1"
|
---|
80 | }
|
---|