执行过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
{
  "_from": "select@^1.1.2",
  "_id": "select@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==",
  "_location": "/select",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "select@^1.1.2",
    "name": "select",
    "escapedName": "select",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/clipboard"
  ],
  "_resolved": "https://registry.npmmirror.com/select/-/select-1.1.2.tgz",
  "_shasum": "0e7350acdec80b1108528786ec1d4418d11b396d",
  "_spec": "select@^1.1.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\clipboard",
  "bugs": {
    "url": "https://github.com/zenorocha/select/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Programmatically select the text of a HTML element",
  "devDependencies": {
    "browserify": "^14.0.0",
    "chai": "^3.3.0",
    "karma": "^1.4.1",
    "karma-browserify": "^5.1.1",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "mocha": "^3.2.0",
    "phantomjs": "^2.1.7"
  },
  "homepage": "https://github.com/zenorocha/select#readme",
  "keywords": [
    "range",
    "select",
    "selecting",
    "selection"
  ],
  "license": "MIT",
  "main": "src/select.js",
  "name": "select",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenorocha/select.git"
  },
  "scripts": {
    "build": "browserify src/select.js -s select -o dist/select.js",
    "test": "karma start --single-run"
  },
  "version": "1.1.2"
}