{
  "_from": "@tweenjs/tween.js@^17.4.0",
  "_id": "@tweenjs/tween.js@17.6.0",
  "_inBundle": false,
  "_integrity": "sha512-utSXj0WHi4qr/iyfFHGMJBaL+ixQ2N7BAmx1R5g8jBqykJfjBUQ0hKWwXf767hbALC3zOoOIofKYSDWu5n04JQ==",
  "_location": "/@tweenjs/tween.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tweenjs/tween.js@^17.4.0",
    "name": "@tweenjs/tween.js",
    "escapedName": "@tweenjs%2ftween.js",
    "scope": "@tweenjs",
    "rawSpec": "^17.4.0",
    "saveSpec": null,
    "fetchSpec": "^17.4.0"
  },
  "_requiredBy": [
    "/angular2-multiselect-dropdown"
  ],
  "_resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-17.6.0.tgz",
  "_shasum": "61bc86c372bcc5a9f744e661dd6ae16f5ee7d0ef",
  "_spec": "@tweenjs/tween.js@^17.4.0",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\angular2-multiselect-dropdown",
  "author": {
    "name": "tween.js contributors",
    "url": "https://github.com/tweenjs/tween.js/graphs/contributors"
  },
  "bugs": {
    "url": "https://github.com/tweenjs/tween.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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": "^15.13.12"
  },
  "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",
    "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.6.0"
}
