{
  "_args": [
    [
      "stylefire@2.4.3",
      "/var/www/html"
    ]
  ],
  "_from": "stylefire@2.4.3",
  "_id": "stylefire@2.4.3",
  "_inBundle": false,
  "_integrity": "sha512-8rckFzuDlVWSyrkmnyTg8avadQavk2t6YkFKUUocsXoj/8NScOjb+/avbB4nrmoPtzD0kN7IyuhKq8jimIBTBQ==",
  "_location": "/stylefire",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stylefire@2.4.3",
    "name": "stylefire",
    "escapedName": "stylefire",
    "rawSpec": "2.4.3",
    "saveSpec": null,
    "fetchSpec": "2.4.3"
  },
  "_requiredBy": [
    "/popmotion"
  ],
  "_resolved": "https://registry.npmjs.org/stylefire/-/stylefire-2.4.3.tgz",
  "_spec": "2.4.3",
  "_where": "/var/www/html",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "framesync": "^4.0.0",
    "hey-listen": "^1.0.4",
    "style-value-types": "^3.0.6"
  },
  "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",
    "rollup": "^0.59.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-jest": "^21.2.4",
    "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",
    "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",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "unpkg": "./dist/stylefire.min.js",
  "version": "2.4.3"
}
