{
  "_args": [
    [
      {
        "raw": "css-declaration-sorter@^3.0.0",
        "scope": null,
        "escapedName": "css-declaration-sorter",
        "name": "css-declaration-sorter",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/home/ubuntu/workspace/node_modules/cssnano-preset-default"
    ]
  ],
  "_from": "css-declaration-sorter@>=3.0.0 <4.0.0",
  "_id": "css-declaration-sorter@3.0.1",
  "_inCache": true,
  "_location": "/css-declaration-sorter",
  "_nodeVersion": "8.9.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/css-declaration-sorter-3.0.1.tgz_1515703713335_0.3152425680309534"
  },
  "_npmUser": {
    "name": "siilwyn",
    "email": "talk@selwyn.cc"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "css-declaration-sorter@^3.0.0",
    "scope": null,
    "escapedName": "css-declaration-sorter",
    "name": "css-declaration-sorter",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cssnano-preset-default"
  ],
  "_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-3.0.1.tgz",
  "_shasum": "d0e3056b0fd88dc1ea9dceff435adbe9c702a7f8",
  "_shrinkwrap": null,
  "_spec": "css-declaration-sorter@^3.0.0",
  "_where": "/home/ubuntu/workspace/node_modules/cssnano-preset-default",
  "author": {
    "name": "Selwyn",
    "email": "talk@selwyn.cc",
    "url": "https://selwyn.cc/"
  },
  "bugs": {
    "url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
  },
  "dependencies": {
    "postcss": "^6.0.0",
    "timsort": "^0.3.0"
  },
  "description": "Sorts CSS declarations fast and automatically in a certain order.",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "eslint": "^4.1.0",
    "tape": "^4.2.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-jH4024SHZ3e0M7ann9VxpFpH3moplRXNz9ZBqvFMZqi09Yo5ARbs2wdPH8GqN9iRTlQynrbGbraNbBxBLei85Q==",
    "shasum": "d0e3056b0fd88dc1ea9dceff435adbe9c702a7f8",
    "tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-3.0.1.tgz"
  },
  "files": [
    "src/index.js",
    "orders"
  ],
  "gitHead": "fd71daac3f915871445d87f7083b46eccc72c76c",
  "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
  "keywords": [
    "postcss",
    "postcss-plugin",
    "css",
    "declaration",
    "sorter",
    "property",
    "order"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "maintainers": [
    {
      "name": "siilwyn",
      "email": "talk@selwyn.cc"
    }
  ],
  "name": "css-declaration-sorter",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
  },
  "scripts": {
    "lint": "eslint src/*.js tests/*.js",
    "postversion": "git push --follow-tags && npm publish",
    "preversion": "npm test",
    "scrape": "node src/property-scraper",
    "test": "node tests/test.js",
    "test:benchmark": "node tests/benchmark/benchmark.js",
    "test:ci": "npm test && npm run lint -- --max-warnings 0"
  },
  "version": "3.0.1"
}
