Blame view

node_modules/last-call-webpack-plugin/package.json 1.68 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
  {
    "_from": "last-call-webpack-plugin@^2.1.2",
    "_id": "last-call-webpack-plugin@2.1.2",
    "_inBundle": false,
    "_integrity": "sha1-rYDG4xCZgpTS7SGApo6VieR2jEQ=",
    "_location": "/last-call-webpack-plugin",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "last-call-webpack-plugin@^2.1.2",
      "name": "last-call-webpack-plugin",
      "escapedName": "last-call-webpack-plugin",
      "rawSpec": "^2.1.2",
      "saveSpec": null,
      "fetchSpec": "^2.1.2"
    },
    "_requiredBy": [
      "/optimize-css-assets-webpack-plugin"
    ],
    "_resolved": "http://registry.npm.taobao.org/last-call-webpack-plugin/download/last-call-webpack-plugin-2.1.2.tgz",
    "_shasum": "ad80c6e310998294d2ed2180a68e9589e4768c44",
    "_spec": "last-call-webpack-plugin@^2.1.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/optimize-css-assets-webpack-plugin",
    "author": {
      "name": "Nuno Rodrigues"
    },
    "bugs": {
      "url": "https://github.com/NMFR/last-call-webpack-plugin/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "lodash": "^4.17.4",
      "webpack-sources": "^1.0.1"
    },
    "deprecated": false,
    "description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
    "homepage": "http://github.com/NMFR/last-call-webpack-plugin",
    "keywords": [
      "transform",
      "modify",
      "manipulate",
      "optimize",
      "prefix",
      "sufix",
      "webpack",
      "assets"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "last-call-webpack-plugin",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/NMFR/last-call-webpack-plugin.git"
    },
    "version": "2.1.2"
  }