source: imaps-frontend/node_modules/ts-easing/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "ts-easing@^0.2.0",
3 "_id": "ts-easing@0.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==",
6 "_location": "/ts-easing",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ts-easing@^0.2.0",
12 "name": "ts-easing",
13 "escapedName": "ts-easing",
14 "rawSpec": "^0.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^0.2.0"
17 },
18 "_requiredBy": [
19 "/react-use"
20 ],
21 "_resolved": "https://registry.npmjs.org/ts-easing/-/ts-easing-0.2.0.tgz",
22 "_shasum": "c8a8a35025105566588d87dbda05dd7fbfa5a4ec",
23 "_spec": "ts-easing@^0.2.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
25 "author": {
26 "name": "@streamich"
27 },
28 "bugs": {
29 "url": "https://github.com/streamich/ts-easing/issues"
30 },
31 "bundleDependencies": false,
32 "dependencies": {},
33 "deprecated": false,
[d565449]34 "description": "Collection of easing functions in TypeScript",
[79a0317]35 "devDependencies": {
36 "rimraf": "^2.6.2",
37 "typescript": "^3.1.3"
38 },
[d565449]39 "files": [
40 "lib/"
41 ],
[79a0317]42 "homepage": "https://github.com/streamich/ts-easing#readme",
[d565449]43 "license": "Unlicense",
[79a0317]44 "main": "lib/index.js",
45 "name": "ts-easing",
[d565449]46 "repository": {
47 "type": "git",
[79a0317]48 "url": "git+https://github.com/streamich/ts-easing.git"
[d565449]49 },
[79a0317]50 "scripts": {
51 "build": "tsc",
52 "clean": "rimraf lib"
[d565449]53 },
[79a0317]54 "types": "lib/index.d.ts",
55 "typings": "lib/index.d.ts",
56 "version": "0.2.0"
[d565449]57}
Note: See TracBrowser for help on using the repository browser.