Blame view

node_modules/copy-webpack-plugin/package.json 2.45 KB
aaac7fed   liuqimichale   add
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
88
89
90
91
92
  {
    "_args": [
      [
        "copy-webpack-plugin@4.6.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "copy-webpack-plugin@4.6.0",
    "_id": "copy-webpack-plugin@4.6.0",
    "_inBundle": false,
    "_integrity": "sha1-5/QN2KaEd9QF3Rt6hUquMksVi64=",
    "_location": "/copy-webpack-plugin",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "copy-webpack-plugin@4.6.0",
      "name": "copy-webpack-plugin",
      "escapedName": "copy-webpack-plugin",
      "rawSpec": "4.6.0",
      "saveSpec": null,
      "fetchSpec": "4.6.0"
    },
    "_requiredBy": [
      "#DEV:/"
    ],
    "_resolved": "http://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-4.6.0.tgz",
    "_spec": "4.6.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Len Boyette"
    },
    "bugs": {
      "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
    },
    "dependencies": {
      "cacache": "^10.0.4",
      "find-cache-dir": "^1.0.0",
      "globby": "^7.1.1",
      "is-glob": "^4.0.0",
      "loader-utils": "^1.1.0",
      "minimatch": "^3.0.4",
      "p-limit": "^1.0.0",
      "serialize-javascript": "^1.4.0"
    },
    "description": "Copy files && directories with webpack",
    "devDependencies": {
      "babel-cli": "^6.8.0",
      "babel-preset-es2015": "^6.6.0",
      "chai": "^3.4.0",
      "enhanced-resolve": "^3.4.1",
      "eslint": "^2.9.0",
      "is-gzip": "^2.0.0",
      "mkdirp": "^0.5.1",
      "mocha": "^2.4.5",
      "ncp": "^2.0.0",
      "rimraf": "^2.6.2",
      "standard-version": "^4.2.0"
    },
    "engines": {
      "node": ">= 4"
    },
    "files": [
      "dist"
    ],
    "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
    "keywords": [
      "webpack",
      "plugin",
      "transfer",
      "move",
      "copy"
    ],
    "license": "MIT",
    "main": "dist/index.js",
    "name": "copy-webpack-plugin",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
    },
    "scripts": {
      "build": "babel src/ --out-dir dist/",
      "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
      "lint": "eslint src/ tests/",
      "prepare": "npm run build",
      "pretest": "npm run lint && npm run build && npm run build:tests",
      "release": "standard-version",
      "test": "mocha compiled_tests/"
    },
    "version": "4.6.0"
  }