执行过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
{
  "_from": "sane@^4.0.3",
  "_id": "sane@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",
  "_location": "/sane",
  "_phantomChildren": {
    "micromatch": "3.1.10",
    "remove-trailing-separator": "1.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sane@^4.0.3",
    "name": "sane",
    "escapedName": "sane",
    "rawSpec": "^4.0.3",
    "saveSpec": null,
    "fetchSpec": "^4.0.3"
  },
  "_requiredBy": [
    "/jest-haste-map"
  ],
  "_resolved": "https://registry.npmmirror.com/sane/-/sane-4.1.0.tgz",
  "_shasum": "ed881fd922733a6c461bc189dc2b6c006f3ffded",
  "_spec": "sane@^4.0.3",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\jest-haste-map",
  "author": {
    "name": "amasad"
  },
  "bin": {
    "sane": "src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/amasad/sane/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@cnakazawa/watch": "^1.0.3",
    "anymatch": "^2.0.0",
    "capture-exit": "^2.0.0",
    "exec-sh": "^0.3.2",
    "execa": "^1.0.0",
    "fb-watchman": "^2.0.0",
    "micromatch": "^3.1.4",
    "minimist": "^1.1.1",
    "walker": "~1.0.5"
  },
  "deprecated": "some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added",
  "description": "Sane aims to be fast, small, and reliable file system watcher.",
  "devDependencies": {
    "eslint": "^5.15.1",
    "mocha": "^6.0.2",
    "prettier": "^1.16.4",
    "rimraf": "~2.6.3",
    "tmp": "0.0.33"
  },
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "files": [
    "src",
    "index.js"
  ],
  "homepage": "https://github.com/amasad/sane",
  "keywords": [
    "watch",
    "file",
    "fswatcher",
    "watchfile",
    "fs",
    "watching"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "sane",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amasad/sane.git"
  },
  "scripts": {
    "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
    "test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js && mocha --bail 'test/watchexec_*-test.js'",
    "test:debug": "mocha debug --bail"
  },
  "version": "4.1.0"
}