source: node_modules/@types/unist/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 16 months ago

Initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "name": "@types/unist",
3 "version": "2.0.10",
4 "description": "TypeScript definitions for unist",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "bizen241",
10 "githubUsername": "bizen241",
11 "url": "https://github.com/bizen241"
12 },
13 {
14 "name": "Jun Lu",
15 "githubUsername": "lujun2",
16 "url": "https://github.com/lujun2"
17 },
18 {
19 "name": "Hernan Rajchert",
20 "githubUsername": "hrajchert",
21 "url": "https://github.com/hrajchert"
22 },
23 {
24 "name": "Titus Wormer",
25 "githubUsername": "wooorm",
26 "url": "https://github.com/wooorm"
27 },
28 {
29 "name": "Junyoung Choi",
30 "githubUsername": "rokt33r",
31 "url": "https://github.com/rokt33r"
32 },
33 {
34 "name": "Ben Moon",
35 "githubUsername": "GuiltyDolphin",
36 "url": "https://github.com/GuiltyDolphin"
37 },
38 {
39 "name": "JounQin",
40 "githubUsername": "JounQin",
41 "url": "https://github.com/JounQin"
42 }
43 ],
44 "main": "",
45 "types": "index.d.ts",
46 "repository": {
47 "type": "git",
48 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
49 "directory": "types/unist"
50 },
51 "scripts": {},
52 "dependencies": {},
53 "typesPublisherContentHash": "65c419f7bf5fb4a8b58da16b61b8cfc2629fb81d70dff861467e0292b2ed70ea",
54 "typeScriptVersion": "4.5",
55 "nonNpm": true
56}
Note: See TracBrowser for help on using the repository browser.