Blame view

node_modules/postcss-normalize-charset/package.json 1.65 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
  {
    "_args": [
      [
        "postcss-normalize-charset@1.1.1",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "postcss-normalize-charset@1.1.1",
    "_id": "postcss-normalize-charset@1.1.1",
    "_inBundle": false,
    "_integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
    "_location": "/postcss-normalize-charset",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-normalize-charset@1.1.1",
      "name": "postcss-normalize-charset",
      "escapedName": "postcss-normalize-charset",
      "rawSpec": "1.1.1",
      "saveSpec": null,
      "fetchSpec": "1.1.1"
    },
    "_requiredBy": [
      "/cssnano"
    ],
    "_resolved": "http://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
    "_spec": "1.1.1",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    },
    "bugs": {
      "url": "https://github.com/ben-eb/postcss-charset/issues"
    },
    "dependencies": {
      "postcss": "^5.0.5"
    },
    "description": "Add necessary or remove extra charset with PostCSS",
    "devDependencies": {
      "ava": "^0.16.0",
      "eslint": "^1.4.1",
      "postcss-devtools": "^1.1.1"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/ben-eb/postcss-charset",
    "keywords": [
      "postcss",
      "css",
      "postcss-plugin",
      "charset"
    ],
    "license": "MIT",
    "name": "postcss-normalize-charset",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/ben-eb/postcss-charset.git"
    },
    "scripts": {
      "test": "eslint index.js test && ava"
    },
    "version": "1.1.1"
  }