{
  "_args": [
    [
      "stylefire@7.0.2",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "stylefire@7.0.2",
  "_id": "stylefire@7.0.2",
  "_inBundle": false,
  "_integrity": "sha512-LFIBP6fIA+EMqLSvM4V6zLa+O/iAcHoNJVuXkkZ5G8+T+Pd3KaQLqgxrpkeo1bwWQHqzgab8U3V3gudO231fZA==",
  "_location": "/stylefire",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stylefire@7.0.2",
    "name": "stylefire",
    "escapedName": "stylefire",
    "rawSpec": "7.0.2",
    "saveSpec": null,
    "fetchSpec": "7.0.2"
  },
  "_requiredBy": [
    "/framer-motion"
  ],
  "_resolved": "https://registry.npmjs.org/stylefire/-/stylefire-7.0.2.tgz",
  "_spec": "7.0.2",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "@popmotion/popcorn": "^0.4.4",
    "framesync": "^4.0.0",
    "hey-listen": "^1.0.8",
    "style-value-types": "^3.1.7",
    "tslib": "^1.10.0"
  },
  "description": "Performant, simplified stylers for CSS, SVG, path and DOM scroll.",
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-annotate-pure-calls": "^0.2.2",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "jest-dom": "^3.0.0",
    "typescript": "^2.9.2",
    "uglify-js": "^3.3.25",
    "webpack": "^3.0.0"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/Popmotion/popmotion#readme",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "moduleNameMapper": {
      "style-value-types": "<rootDir>/../../style-value-types/src",
      "framesync": "<rootDir>/../../framesync/src"
    },
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/stylefire.es.js",
  "keywords": [
    "css",
    "svg",
    "svg",
    "path",
    "scroll",
    "animation"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/stylefire.es.js",
  "name": "stylefire",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Popmotion/popmotion.git"
  },
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "lint": "tslint 'src/**/*.{ts,tsx}' -e '**/_tests/**'",
    "measure": "gzip -c dist/stylefire.min.js | wc -c",
    "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "prepublishOnly": "yarn prettier && yarn lint && yarn build",
    "prettier": "prettier ./src/* --write",
    "test": "jest --maxWorkers=2",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "unpkg": "./dist/stylefire.min.js",
  "version": "7.0.2"
}
