Blame view

node_modules/postcss-modules-extract-imports/package.json 2.4 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
  {
    "_args": [
      [
        "postcss-modules-extract-imports@1.2.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "postcss-modules-extract-imports@1.2.0",
    "_id": "postcss-modules-extract-imports@1.2.0",
    "_inBundle": false,
    "_integrity": "sha1-ZhQOzs447wa/DT41XWm/WdFB6oU=",
    "_location": "/postcss-modules-extract-imports",
    "_phantomChildren": {
      "chalk": "2.4.2",
      "has-flag": "3.0.0",
      "source-map": "0.6.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-modules-extract-imports@1.2.0",
      "name": "postcss-modules-extract-imports",
      "escapedName": "postcss-modules-extract-imports",
      "rawSpec": "1.2.0",
      "saveSpec": null,
      "fetchSpec": "1.2.0"
    },
    "_requiredBy": [
      "/css-loader"
    ],
    "_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.0.tgz",
    "_spec": "1.2.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Glen Maddern"
    },
    "bugs": {
      "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
    },
    "dependencies": {
      "postcss": "^6.0.1"
    },
    "description": "A CSS Modules transform to extract local aliases for inline imports",
    "devDependencies": {
      "babel": "^5.4.7",
      "babel-eslint": "^7.2.2",
      "babel-istanbul": "^0.4.0",
      "babelify": "^7.3.0",
      "chokidar-cli": "^1.0.1",
      "codecov.io": "^0.1.2",
      "coveralls": "^2.11.2",
      "eslint": "^1.5.0",
      "mocha": "^3.1.2"
    },
    "files": [
      "lib"
    ],
    "homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
    "keywords": [
      "css-modules",
      "postcss",
      "plugin"
    ],
    "license": "ISC",
    "main": "lib/index.js",
    "name": "postcss-modules-extract-imports",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
    },
    "scripts": {
      "autotest": "chokidar src test -c 'npm test'",
      "build": "babel --out-dir lib src",
      "cover": "babel-istanbul cover node_modules/.bin/_mocha",
      "lint": "eslint src",
      "posttest": "npm run lint && npm run build",
      "precover": "npm run lint && npm run build",
      "prepublish": "npm run build",
      "test": "mocha --compilers js:babel/register",
      "travis": "npm run cover -- --report lcovonly",
      "watch": "chokidar src -c 'npm run build'"
    },
    "version": "1.2.0"
  }