{
  "_args": [
    [
      "@popmotion/easing@1.0.2",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "@popmotion/easing@1.0.2",
  "_id": "@popmotion/easing@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-IkdW0TNmRnWTeWI7aGQIVDbKXPWHVEYdGgd5ZR4SH/Ty/61p63jCjrPxX1XrR7IGkl08bjhJROStD7j+RKgoIw==",
  "_location": "/@popmotion/easing",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@popmotion/easing@1.0.2",
    "name": "@popmotion/easing",
    "escapedName": "@popmotion%2feasing",
    "scope": "@popmotion",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/@popmotion/popcorn",
    "/framer-motion",
    "/popmotion"
  ],
  "_resolved": "https://registry.npmjs.org/@popmotion/easing/-/easing-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/kotelnikovo",
  "analyze": true,
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "description": "Easing functions, modifiers and generators compatible with most animation libraries.",
  "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",
    "rollup": "^0.59.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-jest": "^21.2.4",
    "tslint-circular-dependencies": "^0.1.0"
  },
  "homepage": "https://popmotion.io",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src",
    "testURL": "http://localhost/"
  },
  "jsnext:main": "dist/easing.es.js",
  "keywords": [
    "animation",
    "ux",
    "ui",
    "popmotion",
    "canvas animation",
    "dom animation",
    "dom",
    "physics",
    "interaction",
    "interface"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "dist/easing.es.js",
  "name": "@popmotion/easing",
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/easing"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "git clean -fd -e node_modules/ -e lib/ src/ -x .",
    "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "postpublish": "npm run clean",
    "prepublishOnly": "npm run test && npm run build",
    "publish-beta": "npm publish --tag beta",
    "test": "jest",
    "watch": "rollup -c -w"
  },
  "types": "./lib/index.d.ts",
  "version": "1.0.2"
}
