Blame view

node_modules/postcss-load-plugins/package.json 2.68 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
93
94
95
96
97
98
99
100
101
102
  {
    "_args": [
      [
        "postcss-load-plugins@2.3.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "postcss-load-plugins@2.3.0",
    "_id": "postcss-load-plugins@2.3.0",
    "_inBundle": false,
    "_integrity": "sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI=",
    "_location": "/postcss-load-plugins",
    "_phantomChildren": {
      "error-ex": "1.3.2",
      "is-directory": "0.3.1",
      "js-yaml": "3.7.0",
      "object-assign": "4.1.1",
      "os-homedir": "1.0.2"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-load-plugins@2.3.0",
      "name": "postcss-load-plugins",
      "escapedName": "postcss-load-plugins",
      "rawSpec": "2.3.0",
      "saveSpec": null,
      "fetchSpec": "2.3.0"
    },
    "_requiredBy": [
      "/vue-loader/postcss-load-config"
    ],
    "_resolved": "http://registry.npm.taobao.org/postcss-load-plugins/download/postcss-load-plugins-2.3.0.tgz",
    "_spec": "2.3.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Michael Ciniawky",
      "email": "michael.ciniawsky@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/michael-ciniawsky/postcss-load-plugins/issues"
    },
    "contributors": [
      {
        "name": "Mateusz Derks",
        "url": "http://ertrzyiks.me"
      },
      {
        "name": "Diogo Franco",
        "email": "diogomfranco@gmail.com"
      }
    ],
    "dependencies": {
      "cosmiconfig": "^2.1.1",
      "object-assign": "^4.1.0"
    },
    "description": "Autoload Plugins for PostCSS",
    "devDependencies": {
      "ava": "^0.18.1",
      "coveralls": "^2.11.16",
      "cssnano": "^3.10.0",
      "jsdoc-to-markdown": "^3.0.0",
      "nyc": "^10.1.0",
      "postcss": "^5.2.12",
      "postcss-cssnext": "^2.8.0",
      "postcss-import": "^9.1.0",
      "postcss-nested": "^1.0.0",
      "postcss-sprites": "^4.2.0",
      "standard": "^8.6.0",
      "standard-changelog": "0.0.1",
      "sugarss": "^0.2.0"
    },
    "engines": {
      "node": ">=0.12"
    },
    "files": [
      "lib",
      "index.js"
    ],
    "homepage": "https://github.com/michael-ciniawsky/postcss-load-plugins#readme",
    "keywords": [
      "postcss",
      "postcss-plugin"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "postcss-load-plugins",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/michael-ciniawsky/postcss-load-plugins.git"
    },
    "scripts": {
      "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
      "docs": "jsdoc2md index.js lib/plugins.js > INDEX.md",
      "lint": "standard",
      "logs": "standard-changelog -i CHANGELOG.md -w",
      "start": "sudo npm run clean && npm run lint && sudo npm test",
      "test": "nyc ava -v test/err/index.js test/rc/index.js test/pkg/index.js test/js/**/index.js"
    },
    "version": "2.3.0"
  }