File size: 2,020 Bytes
6cd9596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "_from": "@tweenjs/tween.js",
  "_id": "@tweenjs/[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-SPkhNj9/wGfbdX2C3B3KhttLQ4iesd+Ny8Dv1RnqF1MFUIqsZz/OJVLzJEHSEl7zheNx70dvqrwfbCFDQ0sWBw==",
  "_location": "/@tweenjs/tween.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@tweenjs/tween.js",
    "name": "@tweenjs/tween.js",
    "escapedName": "@tweenjs%2ftween.js",
    "scope": "@tweenjs",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-17.3.0.tgz",
  "_shasum": "1cbea14b4b5baa292274c96766fd1b2a56b7ca9f",
  "_spec": "@tweenjs/tween.js",
  "_where": "/Users/gibbon/Desktop/web3d",
  "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": "^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"
}