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
59
60
61
62
63
64
65
66
67
| {
| "_args": [
| [
| "base64-arraybuffer@0.1.4",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "base64-arraybuffer@0.1.4",
| "_id": "base64-arraybuffer@0.1.4",
| "_inBundle": false,
| "_integrity": "sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg==",
| "_location": "/engine.io-parser/base64-arraybuffer",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "base64-arraybuffer@0.1.4",
| "name": "base64-arraybuffer",
| "escapedName": "base64-arraybuffer",
| "rawSpec": "0.1.4",
| "saveSpec": null,
| "fetchSpec": "0.1.4"
| },
| "_requiredBy": [
| "/engine.io-parser"
| ],
| "_resolved": "https://registry.npmmirror.com/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz",
| "_spec": "0.1.4",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Niklas von Hertzen",
| "email": "niklasvh@gmail.com",
| "url": "http://hertzen.com"
| },
| "bugs": {
| "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
| },
| "description": "Encode/decode base64 data into ArrayBuffers",
| "devDependencies": {
| "grunt": "^0.4.5",
| "grunt-cli": "^0.1.13",
| "grunt-contrib-jshint": "^0.11.2",
| "grunt-contrib-nodeunit": "^0.4.1",
| "grunt-contrib-watch": "^0.6.1"
| },
| "engines": {
| "node": ">= 0.6.0"
| },
| "homepage": "https://github.com/niklasvh/base64-arraybuffer",
| "keywords": [],
| "licenses": [
| {
| "type": "MIT",
| "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
| }
| ],
| "main": "lib/base64-arraybuffer",
| "name": "base64-arraybuffer",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
| },
| "scripts": {
| "test": "grunt nodeunit"
| },
| "version": "0.1.4"
| }
|
|