{
  "_args": [
    [
      {
        "raw": "postcss-normalize-url@^3.0.7",
        "scope": null,
        "escapedName": "postcss-normalize-url",
        "name": "postcss-normalize-url",
        "rawSpec": "^3.0.7",
        "spec": ">=3.0.7 <4.0.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X/node_modules/cssnano"
    ]
  ],
  "_from": "postcss-normalize-url@>=3.0.7 <4.0.0",
  "_id": "postcss-normalize-url@3.0.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/postcss-normalize-url",
  "_nodeVersion": "5.4.1",
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/postcss-normalize-url-3.0.7.tgz_1455124522238_0.16858987230807543"
  },
  "_npmUser": {
    "name": "beneb",
    "email": "beneb.info@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "postcss-normalize-url@^3.0.7",
    "scope": null,
    "escapedName": "postcss-normalize-url",
    "name": "postcss-normalize-url",
    "rawSpec": "^3.0.7",
    "spec": ">=3.0.7 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cssnano"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz",
  "_shasum": "6bd90d0a4bc5a1df22c26ea65c53257dc3829f4e",
  "_shrinkwrap": null,
  "_spec": "postcss-normalize-url@^3.0.7",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X/node_modules/cssnano",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "ava": {
    "require": "babel-core/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.11.0",
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.1",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-stage-0": "^6.5.0",
    "del-cli": "^0.2.0",
    "eslint": "^1.10.3",
    "eslint-config-cssnano": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "6bd90d0a4bc5a1df22c26ea65c53257dc3829f4e",
    "tarball": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz"
  },
  "eslintConfig": {
    "extends": "cssnano"
  },
  "files": [
    "dist",
    "LICENSE-MIT"
  ],
  "gitHead": "88906ec5a1ba6b1a8b6f83fefb11636a992dee9f",
  "homepage": "https://github.com/ben-eb/postcss-normalize-url",
  "keywords": [
    "css",
    "normalize",
    "optimise",
    "optimisation",
    "postcss",
    "postcss-plugin",
    "url"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "beneb",
      "email": "beneb.info@gmail.com"
    },
    {
      "name": "trysound",
      "email": "trysound@yandex.ru"
    }
  ],
  "name": "postcss-normalize-url",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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__"
  },
  "version": "3.0.7"
}
