UNPKG

2.42 kBJavaScriptView Raw
1'use strict';
2
3const packageLicenses = {
4 bitsyntax: {
5 // https://github.com/squaremo/bitsyntax-js/commit/1692d9ec2b1bb703c44f10b181d383fa51a21f5d
6 '0.0.4': 'MIT'
7 },
8
9 coa: {
10 // https://github.com/veged/coa/blob/v1.0.4/package.json
11 '1.0.4': 'MIT'
12 },
13
14 colors: {
15 // https://github.com/Marak/colors.js/blob/v0.6.2/MIT-LICENSE.txt
16 '0.6.2': 'MIT'
17 },
18
19 'css-select': {
20 // https://github.com/fb55/css-select/blob/v1.2.0/LICENSE
21 '1.2.0': 'BSD-2-Clause'
22 },
23
24 duplexer2: {
25 // https://github.com/deoxxa/duplexer2/blob/0.0.2/LICENSE.md
26 '0.0.2': 'BSD-3-Clause'
27 },
28
29 entities: {
30 // https://github.com/fb55/entities/blob/v1.1.1/LICENSE
31 '1.1.1': 'BSD-3-Clause'
32 },
33
34 esquery: {
35 // https://github.com/estools/esquery/blob/v1.0.0/license.txt
36 '1.0.0': 'BSD-3-Clause'
37 },
38
39 fileset: {
40 // https://github.com/mklabs/node-fileset/blob/v0.2.1/LICENSE-MIT
41 '0.2.1': 'MIT'
42 },
43
44 'glob-to-regexp': {
45 // https://github.com/fitzgen/glob-to-regexp/tree/0.3.0#license
46 '0.3.0': 'BSD-2-Clause'
47 },
48
49 has: {
50 // https://github.com/tarruda/has/blob/1.0.1/package.json
51 '1.0.1': 'MIT'
52 },
53
54 inherits: {
55 // https://github.com/isaacs/inherits/blob/v1.0.1/LICENSE
56 // Version 1.0.2 has not been tagged on Github.
57 '1.0.2': 'ISC'
58 },
59
60 'is-running': {
61 // Assumption, related issue is https://github.com/nisaacson/is-running/issues/13
62 '2.1.0': 'BSD-3-Clause'
63 },
64
65 'json-schema': {
66 // https://github.com/kriszyp/json-schema/blob/81ca359daeea643019a4ee81b7a57c06ac53d800/README.md
67 '0.2.3': 'BSD-3-Clause'
68 },
69
70 nopter: {
71 // https://github.com/stevenvachon/nopter/blob/bb0478aa64b6a1a156c28cfc51e94788617d6c0f/package.json
72 '0.3.0': 'MIT'
73 },
74
75 'regenerator-transform': {
76 // https://github.com/facebook/regenerator/blob/85c9e43331576be96e5dcc61757995397ab15b77/LICENSE
77 '0.9.11': 'BSD-2-Clause',
78
79 // https://github.com/facebook/regenerator/blob/30d34536b9e3f7a2873b04a16ec66fec9c8246f6/LICENSE
80 '0.10.1': 'BSD-2-Clause'
81 },
82
83 regjsparser: {
84 // https://github.com/jviereck/regjsparser/blob/0.1.5/LICENSE.BSD
85 '0.1.5': 'BSD-2-Clause'
86 },
87
88 semver: {
89 // https://github.com/npm/node-semver/blob/v4.3.2/LICENSE
90 '4.3.2': 'BSD-2-Clause'
91 },
92
93 'unique-stream': {
94 // https://github.com/eugeneware/unique-stream/blob/v1.0.0/LICENSE
95 '1.0.0': 'MIT'
96 }
97};
98
99module.exports = packageLicenses;