{
  "_from": "postcss-modules-local-by-default@^2.0.6",
  "_id": "postcss-modules-local-by-default@2.0.6",
  "_inBundle": false,
  "_integrity": "sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==",
  "_location": "/postcss-modules-local-by-default",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-modules-local-by-default@^2.0.6",
    "name": "postcss-modules-local-by-default",
    "escapedName": "postcss-modules-local-by-default",
    "rawSpec": "^2.0.6",
    "saveSpec": null,
    "fetchSpec": "^2.0.6"
  },
  "_requiredBy": [
    "/css-loader"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz",
  "_shasum": "dd9953f6dd476b5fd1ef2d8830c8929760b56e63",
  "_spec": "postcss-modules-local-by-default@^2.0.6",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/css-loader",
  "author": {
    "name": "Mark Dalgleish"
  },
  "bugs": {
    "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss": "^7.0.6",
    "postcss-selector-parser": "^6.0.0",
    "postcss-value-parser": "^3.3.1"
  },
  "deprecated": false,
  "description": "A CSS Modules transform to make local scope the default",
  "devDependencies": {
    "chokidar-cli": "^1.0.1",
    "codecov.io": "^0.1.2",
    "coveralls": "^3.0.2",
    "eslint": "^5.9.0",
    "istanbul": "^0.4.5",
    "tape": "^4.0.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
  "keywords": [
    "css-modules",
    "postcss",
    "css",
    "postcss-plugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "postcss-modules-local-by-default",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  },
  "scripts": {
    "autotest": "chokidar index.js test.js -c 'yarn test'",
    "cover": "istanbul cover test.js",
    "lint": "eslint index.js test.js",
    "precover": "yarn lint",
    "prepublish": "yarn test",
    "pretest": "yarn lint",
    "test": "tape test.js",
    "travis": "yarn lint && yarn cover -- --report lcovonly"
  },
  "version": "2.0.6"
}