{
  "_args": [
    [
      "hey-listen@1.0.8",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "hey-listen@1.0.8",
  "_id": "hey-listen@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  "_location": "/hey-listen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hey-listen@1.0.8",
    "name": "hey-listen",
    "escapedName": "hey-listen",
    "rawSpec": "1.0.8",
    "saveSpec": null,
    "fetchSpec": "1.0.8"
  },
  "_requiredBy": [
    "/@popmotion/popcorn",
    "/framer-motion",
    "/framesync",
    "/popmotion",
    "/style-value-types",
    "/stylefire"
  ],
  "_resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  "_spec": "1.0.8",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/hey-listen/issues"
  },
  "description": "Warning and invariant dev-ex messaging.",
  "devDependencies": {
    "@types/jest": "^22.2.3",
    "@types/node": "^10.0.6",
    "jest": "^24.7.1",
    "rollup": "^1.9.2",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-jest": "^22.4.5",
    "typescript": "^2.8.3"
  },
  "homepage": "https://github.com/Popmotion/hey-listen#readme",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js",
      "json",
      "node"
    ],
    "transform": {
      "\\.(ts)$": "../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/hey-listen.es.js",
  "keywords": [
    "warning",
    "invariant"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/hey-listen.es.js",
  "name": "hey-listen",
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Popmotion/hey-listen.git"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run test && npm run build",
    "test": "jest",
    "watch": "rollup -c -w"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.8"
}
