执行过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
{
  "_from": "babel-plugin-jest-hoist@^23.2.0",
  "_id": "babel-plugin-jest-hoist@23.2.0",
  "_inBundle": false,
  "_integrity": "sha512-N0MlMjZtahXK0yb0K3V9hWPrq5e7tThbghvDr0k3X75UuOOqwsWW6mk8XHD2QvEC0Ca9dLIfTgNU36TeJD6Hnw==",
  "_location": "/babel-jest/babel-plugin-jest-hoist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-plugin-jest-hoist@^23.2.0",
    "name": "babel-plugin-jest-hoist",
    "escapedName": "babel-plugin-jest-hoist",
    "rawSpec": "^23.2.0",
    "saveSpec": null,
    "fetchSpec": "^23.2.0"
  },
  "_requiredBy": [
    "/babel-jest/babel-preset-jest"
  ],
  "_resolved": "https://registry.npmmirror.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz",
  "_shasum": "e61fae05a1ca8801aadee57a6d66b8cefaf44167",
  "_spec": "babel-plugin-jest-hoist@^23.2.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\babel-jest\\node_modules\\babel-preset-jest",
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).",
  "homepage": "https://github.com/facebook/jest#readme",
  "license": "MIT",
  "main": "build/index.js",
  "name": "babel-plugin-jest-hoist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git"
  },
  "version": "23.2.0"
}