执行过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
{
  "_from": "cyclist@^1.0.1",
  "_id": "cyclist@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==",
  "_location": "/cyclist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cyclist@^1.0.1",
    "name": "cyclist",
    "escapedName": "cyclist",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/parallel-transform"
  ],
  "_resolved": "https://registry.npmmirror.com/cyclist/-/cyclist-1.0.1.tgz",
  "_shasum": "596e9698fd0c80e12038c2b82d6eb1b35b6224d9",
  "_spec": "cyclist@^1.0.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\parallel-transform",
  "author": {
    "name": "Mathias Buus Madsen",
    "email": "mathiasbuus@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/cyclist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Cyclist is an efficient cyclic list implemention.",
  "devDependencies": {
    "standard": "^3.8.0",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/mafintosh/cyclist",
  "keywords": [
    "circular",
    "buffer",
    "ring",
    "cyclic",
    "data"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cyclist",
  "repository": {
    "type": "git",
    "url": "git://github.com/mafintosh/cyclist.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "1.0.1"
}