source: node_modules/@types/d3-scale/package.json

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "name": "@types/d3-scale",
3 "version": "4.0.9",
4 "description": "TypeScript definitions for d3-scale",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-scale",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "Tom Wanzek",
10 "githubUsername": "tomwanzek",
11 "url": "https://github.com/tomwanzek"
12 },
13 {
14 "name": "Alex Ford",
15 "githubUsername": "gustavderdrache",
16 "url": "https://github.com/gustavderdrache"
17 },
18 {
19 "name": "Boris Yankov",
20 "githubUsername": "borisyankov",
21 "url": "https://github.com/borisyankov"
22 },
23 {
24 "name": "denisname",
25 "githubUsername": "denisname",
26 "url": "https://github.com/denisname"
27 },
28 {
29 "name": "rulonder",
30 "githubUsername": "rulonder",
31 "url": "https://github.com/rulonder"
32 },
33 {
34 "name": "Nathan Bierema",
35 "githubUsername": "Methuselah96",
36 "url": "https://github.com/Methuselah96"
37 }
38 ],
39 "main": "",
40 "types": "index.d.ts",
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
44 "directory": "types/d3-scale"
45 },
46 "scripts": {},
47 "dependencies": {
48 "@types/d3-time": "*"
49 },
50 "peerDependencies": {},
51 "typesPublisherContentHash": "c7eb4d63d0dfb659f0f8e359a4de33ed1f690bdea8051641bffa941f06a92f4d",
52 "typeScriptVersion": "5.0"
53}
Note: See TracBrowser for help on using the repository browser.