forked from pepesir/PEPE-SIR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_from": "base64-to-image@^1.0.2",
"_id": "base64-to-image@1.0.2",
"_inBundle": false,
"_integrity": "sha1-pvMGBuUhdNJJn87iHuu3S3pzHGk=",
"_location": "/base64-to-image",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "base64-to-image@^1.0.2",
"name": "base64-to-image",
"escapedName": "base64-to-image",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/base64-to-image/-/base64-to-image-1.0.2.tgz",
"_shasum": "a6f30606e52174d2499fcee21eebb74b7a731c69",
"_spec": "base64-to-image@^1.0.2",
"_where": "/data/data/com.termux/files/home/PB",
"author": {
"name": "helenys"
},
"bugs": {
"url": "https://github.com/helensy/base64-to-image/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "base64 to image converter",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"homepage": "https://github.com/helensy/base64-to-image#readme",
"keywords": [
"base64",
"to",
"image",
"converter",
"node",
"base64toimage"
],
"license": "ISC",
"main": "index.js",
"name": "base64-to-image",
"repository": {
"type": "git",
"url": "git+https://github.com/helensy/base64-to-image.git"
},
"scripts": {
"test": "mocha test/test.js"
},
"version": "1.0.2"
}