Blame view

node_modules/base-64/package.json 1.73 KB
ce4c83ff   wxy   初始提交
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
68
69
70
71
72
73
74
75
76
77
78
79
  {
    "_args": [
      [
        "base-64@0.1.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_from": "base-64@0.1.0",
    "_id": "base-64@0.1.0",
    "_inBundle": false,
    "_integrity": "sha1-eAqZyE59YAJgNhURxId2E78k9rs=",
    "_location": "/base-64",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "base-64@0.1.0",
      "name": "base-64",
      "escapedName": "base-64",
      "rawSpec": "0.1.0",
      "saveSpec": null,
      "fetchSpec": "0.1.0"
    },
    "_requiredBy": [
      "/we-cropper"
    ],
    "_resolved": "http://registry.npm.taobao.org/base-64/download/base-64-0.1.0.tgz",
    "_spec": "0.1.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Mathias Bynens",
      "url": "http://mathiasbynens.be/"
    },
    "bugs": {
      "url": "https://github.com/mathiasbynens/base64/issues"
    },
    "description": "A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.",
    "devDependencies": {
      "grunt": "~0.4.4",
      "grunt-shell": "~0.7.0",
      "grunt-template": "~0.2.3",
      "istanbul": "~0.2.7",
      "qunit-extras": "~1.1.0",
      "qunitjs": "~1.11.0",
      "requirejs": "~2.1.11"
    },
    "directories": {
      "test": "tests"
    },
    "files": [
      "LICENSE-MIT.txt",
      "base64.js"
    ],
    "homepage": "http://mths.be/base64",
    "keywords": [
      "codec",
      "decoder",
      "encoder",
      "base64",
      "atob",
      "btoa"
    ],
    "licenses": [
      {
        "type": "MIT",
        "url": "http://mths.be/mit"
      }
    ],
    "main": "base64.js",
    "name": "base-64",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mathiasbynens/base64.git"
    },
    "scripts": {
      "test": "node tests/tests.js"
    },
    "version": "0.1.0"
  }