{
  "_from": "postcss-initial@^4.0.1",
  "_id": "postcss-initial@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  "_location": "/postcss-initial",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-initial@^4.0.1",
    "name": "postcss-initial",
    "escapedName": "postcss-initial",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  "_shasum": "529f735f72c5724a0fb30527df6fb7ac54d7de42",
  "_spec": "postcss-initial@^4.0.1",
  "_where": "/var/www/justnowapp/node_modules/postcss-preset-env",
  "author": {
    "name": "Maksim Koretskiy",
    "email": "mr.green.tv@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "PostCSS plugin to fallback initial keyword.",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^4.18.2",
    "husky": "^4.3.0",
    "mocha": "^8.1.3",
    "postcss": "^8.0.5",
    "standard-version": "^9.0.0"
  },
  "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test"
    }
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "reset"
  ],
  "license": "MIT",
  "name": "postcss-initial",
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
  },
  "scripts": {
    "lint": "eslint *.js ./lib/ ./test/",
    "release": "standard-version",
    "tdd": "mocha -w --watch-extensions js,json,css",
    "test": "npm run lint && mocha"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm test"
    }
  },
  "version": "4.0.1"
}
