执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_from": "is-buffer@^2.0.2",
  "_id": "is-buffer@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  "_location": "/is-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-buffer@^2.0.2",
    "name": "is-buffer",
    "escapedName": "is-buffer",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/axios"
  ],
  "_resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-2.0.5.tgz",
  "_shasum": "ebc252e400d22ff8d77fa09888821a24a658c191",
  "_spec": "is-buffer@^2.0.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\axios",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "https://feross.org"
  },
  "bugs": {
    "url": "https://github.com/feross/is-buffer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Determine if an object is a Buffer",
  "devDependencies": {
    "airtap": "^3.0.0",
    "standard": "*",
    "tape": "^5.0.1"
  },
  "engines": {
    "node": ">=4"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ],
  "homepage": "https://github.com/feross/is-buffer#readme",
  "keywords": [
    "arraybuffer",
    "browser",
    "browser buffer",
    "browserify",
    "buffer",
    "buffers",
    "core buffer",
    "dataview",
    "float32array",
    "float64array",
    "int16array",
    "int32array",
    "type",
    "typed array",
    "uint32array"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-buffer",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/is-buffer.git"
  },
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "airtap -- test/*.js",
    "test-browser-local": "airtap --local -- test/*.js",
    "test-node": "tape test/*.js"
  },
  "version": "2.0.5"
}