UNPKG

734 BJSONView Raw
1{
2 "name": "@extra-array/interpolate",
3 "version": "2.10.19",
4 "description": "Estimates new values between existing ones.",
5 "main": "index.js",
6 "module": "index.mjs",
7 "exports": {
8 "require": "./index.js",
9 "import": "./index.mjs"
10 },
11 "sideEffects": false,
12 "scripts": {
13 "test": "exit"
14 },
15 "runkitExampleFilename": "example.js",
16 "keywords": [
17 "extra",
18 "array",
19 "interpolate"
20 ],
21 "author": "wolfram77@gmail.com",
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/nodef/extra-array.git"
26 },
27 "bugs": {
28 "url": "https://github.com/nodef/extra-array/issues"
29 },
30 "homepage": "https://github.com/nodef/extra-array#readme",
31 "dependencies": {}
32}