Changeset 79a0317 for imaps-frontend/node_modules/ts-easing
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/ts-easing/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "ts-easing", 3 "version": "0.2.0", 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, 4 34 "description": "Collection of easing functions in TypeScript", 5 "main": "lib/index.js", 35 "devDependencies": { 36 "rimraf": "^2.6.2", 37 "typescript": "^3.1.3" 38 }, 6 39 "files": [ 7 40 "lib/" 8 41 ], 9 "types": "lib/index.d.ts", 10 "typings": "lib/index.d.ts", 42 "homepage": "https://github.com/streamich/ts-easing#readme", 43 "license": "Unlicense", 44 "main": "lib/index.js", 45 "name": "ts-easing", 46 "repository": { 47 "type": "git", 48 "url": "git+https://github.com/streamich/ts-easing.git" 49 }, 11 50 "scripts": { 12 51 "build": "tsc", 13 52 "clean": "rimraf lib" 14 53 }, 15 "author": "@streamich", 16 "license": "Unlicense", 17 "repository": { 18 "type": "git", 19 "url": "https://github.com/streamich/ts-easing.git" 20 }, 21 "bugs": { 22 "url": "https://github.com/streamich/ts-easing/issues" 23 }, 24 "homepage": "https://github.com/streamich/ts-easing#readme", 25 "dependencies": { 26 }, 27 "devDependencies": { 28 "typescript": "^3.1.3", 29 "rimraf": "^2.6.2" 30 } 54 "types": "lib/index.d.ts", 55 "typings": "lib/index.d.ts", 56 "version": "0.2.0" 31 57 }
Note:
See TracChangeset
for help on using the changeset viewer.