Blame view

node_modules/postcss-message-helpers/package.json 1.72 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
  {
    "_args": [
      [
        "postcss-message-helpers@2.0.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "postcss-message-helpers@2.0.0",
    "_id": "postcss-message-helpers@2.0.0",
    "_inBundle": false,
    "_integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=",
    "_location": "/postcss-message-helpers",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-message-helpers@2.0.0",
      "name": "postcss-message-helpers",
      "escapedName": "postcss-message-helpers",
      "rawSpec": "2.0.0",
      "saveSpec": null,
      "fetchSpec": "2.0.0"
    },
    "_requiredBy": [
      "/postcss-calc"
    ],
    "_resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
    "_spec": "2.0.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Maxime Thirouin"
    },
    "bugs": {
      "url": "https://github.com/MoOx/postcss-message-helpers/issues"
    },
    "description": "PostCSS helpers to throw or output GNU style messages",
    "devDependencies": {
      "jscs": "^1.6.2",
      "jshint": "^2.5.6",
      "postcss": "^4.0.2",
      "tape": "^3.0.0"
    },
    "files": [
      "CHANGELOG.md",
      "LICENSE",
      "index.js"
    ],
    "homepage": "https://github.com/MoOx/postcss-message-helpers#readme",
    "keywords": [
      "css",
      "postcss",
      "postcss-plugins",
      "messages",
      "error",
      "warning"
    ],
    "license": "MIT",
    "name": "postcss-message-helpers",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/MoOx/postcss-message-helpers.git"
    },
    "scripts": {
      "lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
      "test": "npm run lint && tape test"
    },
    "version": "2.0.0"
  }