{
  "_args": [
    [
      "@tweenjs/tween.js@17.3.0",
      "/Users/keb/BerkGulp/iArchive/iarchiv-client"
    ]
  ],
  "_from": "@tweenjs/tween.js@17.3.0",
  "_id": "@tweenjs/tween.js@17.3.0",
  "_inBundle": false,
  "_integrity": "sha512-SPkhNj9/wGfbdX2C3B3KhttLQ4iesd+Ny8Dv1RnqF1MFUIqsZz/OJVLzJEHSEl7zheNx70dvqrwfbCFDQ0sWBw==",
  "_location": "/@tweenjs/tween.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tweenjs/tween.js@17.3.0",
    "name": "@tweenjs/tween.js",
    "escapedName": "@tweenjs%2ftween.js",
    "scope": "@tweenjs",
    "rawSpec": "17.3.0",
    "saveSpec": null,
    "fetchSpec": "17.3.0"
  },
  "_requiredBy": [
    "/ngx-virtual-scroller"
  ],
  "_resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-17.3.0.tgz",
  "_spec": "17.3.0",
  "_where": "/Users/keb/BerkGulp/iArchive/iarchiv-client",
  "author": {
    "name": "tween.js contributors",
    "url": "https://github.com/tweenjs/tween.js/graphs/contributors"
  },
  "bugs": {
    "url": "https://github.com/tweenjs/tween.js/issues"
  },
  "dependencies": {},
  "description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
  "devDependencies": {
    "jscs": "^2.11.0",
    "jshint": "^2.9.4",
    "nodeunit": "^0.9.5",
    "semantic-release": "^6.3.2"
  },
  "homepage": "https://github.com/tweenjs/tween.js",
  "keywords": [
    "tween",
    "interpolation"
  ],
  "license": "MIT",
  "main": "src/Tween.js",
  "name": "@tweenjs/tween.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tweenjs/tween.js.git"
  },
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run test-unit && npm run test-correctness && npm run test-style",
    "test-correctness": "jshint --config test/jshintrc src/Tween.js",
    "test-style": "jscs --config test/jscs.json src/Tween.js",
    "test-unit": "nodeunit test/unit/nodeunitheadless.js"
  },
  "version": "17.3.0"
}
