Blame view

node_modules/postcss-normalize-url/package.json 2.56 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
  {
    "_args": [
      [
        "postcss-normalize-url@3.0.8",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "postcss-normalize-url@3.0.8",
    "_id": "postcss-normalize-url@3.0.8",
    "_inBundle": false,
    "_integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
    "_location": "/postcss-normalize-url",
    "_phantomChildren": {
      "escape-string-regexp": "1.0.5",
      "has-ansi": "2.0.0",
      "js-base64": "2.4.9",
      "strip-ansi": "3.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "postcss-normalize-url@3.0.8",
      "name": "postcss-normalize-url",
      "escapedName": "postcss-normalize-url",
      "rawSpec": "3.0.8",
      "saveSpec": null,
      "fetchSpec": "3.0.8"
    },
    "_requiredBy": [
      "/cssnano"
    ],
    "_resolved": "http://registry.npm.taobao.org/postcss-normalize-url/download/postcss-normalize-url-3.0.8.tgz",
    "_spec": "3.0.8",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Ben Briggs",
      "email": "beneb.info@gmail.com",
      "url": "http://beneb.info"
    },
    "ava": {
      "require": "babel-register"
    },
    "bugs": {
      "url": "https://github.com/ben-eb/postcss-normalize-url/issues"
    },
    "dependencies": {
      "is-absolute-url": "^2.0.0",
      "normalize-url": "^1.4.0",
      "postcss": "^5.0.14",
      "postcss-value-parser": "^3.2.3"
    },
    "description": "Normalize URLs with PostCSS",
    "devDependencies": {
      "ava": "^0.17.0",
      "babel-cli": "^6.3.17",
      "babel-core": "^6.3.26",
      "babel-plugin-add-module-exports": "^0.2.1",
      "babel-preset-es2015": "^6.3.13",
      "babel-preset-es2015-loose": "^7.0.0",
      "babel-preset-stage-0": "^6.3.13",
      "babel-register": "^6.9.0",
      "del-cli": "^0.2.0",
      "eslint": "^3.0.0",
      "eslint-config-cssnano": "^3.0.0",
      "eslint-plugin-babel": "^3.3.0",
      "eslint-plugin-import": "^2.0.1"
    },
    "eslintConfig": {
      "extends": "cssnano"
    },
    "files": [
      "dist",
      "LICENSE-MIT"
    ],
    "homepage": "https://github.com/ben-eb/postcss-normalize-url",
    "keywords": [
      "css",
      "normalize",
      "optimise",
      "optimisation",
      "postcss",
      "postcss-plugin",
      "url"
    ],
    "license": "MIT",
    "main": "dist/index.js",
    "name": "postcss-normalize-url",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/ben-eb/postcss-normalize-url.git"
    },
    "scripts": {
      "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
      "pretest": "eslint src",
      "test": "ava src/__tests__",
      "test-012": "ava src/__tests__"
    },
    "version": "3.0.8"
  }