Blame view

node_modules/postcss-modules-values/package.json 2.22 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "postcss-modules-values@1.3.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "postcss-modules-values@1.3.0",
    "_id": "postcss-modules-values@1.3.0",
    "_inBundle": false,
    "_integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=",
    "_location": "/postcss-modules-values",
    "_phantomChildren": {
      "chalk": "2.4.2",
      "has-flag": "3.0.0",
      "source-map": "0.6.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-modules-values@1.3.0",
      "name": "postcss-modules-values",
      "escapedName": "postcss-modules-values",
      "rawSpec": "1.3.0",
      "saveSpec": null,
      "fetchSpec": "1.3.0"
    },
    "_requiredBy": [
      "/css-loader"
    ],
    "_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
    "_spec": "1.3.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Glen Maddern"
    },
    "babel": {
      "presets": [
        "es2015"
      ],
      "plugins": [
        "add-module-exports"
      ]
    },
    "bugs": {
      "url": "https://github.com/css-modules/postcss-modules-values/issues"
    },
    "dependencies": {
      "icss-replace-symbols": "^1.1.0",
      "postcss": "^6.0.1"
    },
    "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
    "devDependencies": {
      "babel-cli": "^6.5.2",
      "babel-core": "^6.5.2",
      "babel-plugin-add-module-exports": "^0.2.1",
      "babel-preset-es2015": "^6.3.13",
      "chokidar": "^1.2.0",
      "mocha": "^3.0.2",
      "standard": "^8.4.0"
    },
    "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
    "keywords": [
      "css",
      "modules",
      "postcss"
    ],
    "license": "ISC",
    "main": "lib/index.js",
    "name": "postcss-modules-values",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/css-modules/postcss-modules-values.git"
    },
    "scripts": {
      "autotest": "chokidar src test -c 'npm test'",
      "build": "babel --out-dir lib src",
      "lint": "standard src test",
      "posttest": "npm run lint && npm run build",
      "prepublish": "npm run build",
      "test": "mocha --compilers js:babel-core/register",
      "travis": "npm run test"
    },
    "version": "1.3.0"
  }