{
  "_from": "typed-styles@^0.0.7",
  "_id": "typed-styles@0.0.7",
  "_inBundle": false,
  "_integrity": "sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==",
  "_location": "/typed-styles",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "typed-styles@^0.0.7",
    "name": "typed-styles",
    "escapedName": "typed-styles",
    "rawSpec": "^0.0.7",
    "saveSpec": null,
    "fetchSpec": "^0.0.7"
  },
  "_requiredBy": [
    "/react-popper"
  ],
  "_resolved": "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz",
  "_shasum": "93392a008794c4595119ff62dde6809dbc40a3d9",
  "_spec": "typed-styles@^0.0.7",
  "_where": "/Users/alexjones/git/agrium/nutrien-semantic-ui-react/nutrien-semantic-ui-react/node_modules/react-popper",
  "author": {
    "name": "lttb",
    "email": "kenzhaev.artur@gmail.com"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Typed styles for cssinjs",
  "devDependencies": {
    "babel-eslint": "^8.0.1",
    "copyfiles": "^1.2.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-flowtype": "^2.46.1",
    "eslint-plugin-import": "^2.9.0",
    "flow-bin": "^0.66.0",
    "flow-copy-source": "^1.3.0",
    "lint-staged": "^7.0.0",
    "pre-commit": "^1.2.2"
  },
  "keywords": [
    "jss",
    "styled-jss",
    "react",
    "typed-styles",
    "flowtype"
  ],
  "license": "MIT",
  "lint-staged": {
    "./src": [
      "eslint",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "typed-styles",
  "pre-commit": [
    "lint:staged"
  ],
  "scripts": {
    "build": "npm run cp:flow && npm run cp:meta",
    "cp:flow": "flow-copy-source -i '**/spec/**' src lib",
    "cp:meta": "copyfiles package.json LICENSE README.md './.*' -a -f ./**/*.js lib",
    "flow": "flow check",
    "lint": "eslint src",
    "lint:staged": "lint-staged",
    "prebuild": "npm run lint && npm run flow",
    "release": "npm run build && git push --follow-tags && npm publish lib"
  },
  "version": "0.0.7"
}
