执行过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
{
  "_from": "@soda/get-current-script@^1.0.0",
  "_id": "@soda/get-current-script@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==",
  "_location": "/@soda/get-current-script",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@soda/get-current-script@^1.0.0",
    "name": "@soda/get-current-script",
    "escapedName": "@soda%2fget-current-script",
    "scope": "@soda",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@vue/cli-service"
  ],
  "_resolved": "https://registry.npmmirror.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz",
  "_shasum": "a53515db25d8038374381b73af20bb4f2e508d87",
  "_spec": "@soda/get-current-script@^1.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-service",
  "author": {
    "name": "Haoqun Jiang"
  },
  "bugs": {
    "url": "https://github.com/sodatea/get-current-script/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "get the current executing script, with polyfills for IE9+ and Firefox",
  "devDependencies": {
    "chromedriver": "^83.0.0",
    "geckodriver": "^1.19.1",
    "iedriver": "^3.14.1",
    "nightwatch": "^1.3.4",
    "selenium-server": "^3.141.59",
    "serve": "^11.3.1",
    "start-server-and-test": "^1.10.8"
  },
  "homepage": "https://github.com/sodatea/get-current-script#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "@soda/get-current-script",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sodatea/get-current-script.git"
  },
  "scripts": {
    "ci": "yarn ci:chrome && yarn ci:firefox && yarn ci:ie",
    "ci:chrome": "yarn start-test start http://localhost:5000 test:chrome",
    "ci:firefox": "yarn start-test start http://localhost:5000 test:firefox",
    "ci:ie": "yarn start-test start http://localhost:5000 test:ie",
    "start": "serve .",
    "test:chrome": "nightwatch -t test.js -e chrome",
    "test:firefox": "nightwatch -t test.js -e firefox",
    "test:ie": "nightwatch -t test.js -e ie"
  },
  "version": "1.0.2"
}