forked from newrelic/nr1-tag-improver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
third_party_manifest.json
106 lines (106 loc) · 4.21 KB
/
third_party_manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"lastUpdated": "Tue Dec 22 2020 16:34:17 GMT-0800 (Pacific Standard Time)",
"projectName": "nr1-tag-improver",
"projectUrl": "https://github.com/newrelic/nr1-tag-improver",
"includeDev": true,
"dependencies": {
"prop-types@15.7.2": {
"name": "prop-types",
"version": "15.7.2",
"range": "^15.6.2",
"licenses": "MIT",
"repoUrl": "https://github.com/facebook/prop-types",
"versionedRepoUrl": "https://github.com/facebook/prop-types/tree/v15.7.2",
"licenseFile": "node_modules/prop-types/LICENSE",
"licenseUrl": "https://github.com/facebook/prop-types/blob/v15.7.2/LICENSE",
"licenseTextSource": "file"
}
},
"devDependencies": {
"@newrelic/eslint-plugin-newrelic@0.3.1": {
"name": "@newrelic/eslint-plugin-newrelic",
"version": "0.3.1",
"range": "^0.3.1",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/NewRelic/eslint-plugin-newrelic",
"versionedRepoUrl": "https://github.com/NewRelic/eslint-plugin-newrelic/tree/v0.3.1",
"licenseFile": "node_modules/@newrelic/eslint-plugin-newrelic/LICENSE",
"licenseUrl": "https://github.com/NewRelic/eslint-plugin-newrelic/blob/v0.3.1/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic"
},
"@semantic-release/changelog@5.0.1": {
"name": "@semantic-release/changelog",
"version": "5.0.1",
"range": "^5.0.1",
"licenses": "MIT",
"repoUrl": "https://github.com/semantic-release/changelog",
"versionedRepoUrl": "https://github.com/semantic-release/changelog/tree/v5.0.1",
"licenseFile": "node_modules/@semantic-release/changelog/LICENSE",
"licenseUrl": "https://github.com/semantic-release/changelog/blob/v5.0.1/LICENSE",
"licenseTextSource": "file",
"publisher": "Pierre Vanduynslager",
"url": "https://github.com/pvdlg"
},
"@semantic-release/git@9.0.0": {
"name": "@semantic-release/git",
"version": "9.0.0",
"range": "^9.0.0",
"licenses": "MIT",
"repoUrl": "https://github.com/semantic-release/git",
"versionedRepoUrl": "https://github.com/semantic-release/git/tree/v9.0.0",
"licenseFile": "node_modules/@semantic-release/git/LICENSE",
"licenseUrl": "https://github.com/semantic-release/git/blob/v9.0.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Pierre Vanduynslager",
"url": "https://github.com/pvdlg"
},
"eslint@6.8.0": {
"name": "eslint",
"version": "6.8.0",
"range": "^6.8.0",
"licenses": "MIT",
"repoUrl": "https://github.com/eslint/eslint",
"versionedRepoUrl": "https://github.com/eslint/eslint/tree/v6.8.0",
"licenseFile": "node_modules/eslint/LICENSE",
"licenseUrl": "https://github.com/eslint/eslint/blob/v6.8.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com"
},
"prettier@1.19.1": {
"name": "prettier",
"version": "1.19.1",
"range": "^1.19.1",
"licenses": "MIT",
"repoUrl": "https://github.com/prettier/prettier",
"versionedRepoUrl": "https://github.com/prettier/prettier/tree/v1.19.1",
"licenseFile": "node_modules/prettier/LICENSE",
"licenseUrl": "https://github.com/prettier/prettier/blob/v1.19.1/LICENSE",
"licenseTextSource": "file",
"publisher": "James Long"
},
"react-dom@16.6.3": {
"name": "react-dom",
"version": "16.6.3",
"range": "16.6.3",
"licenses": "MIT",
"repoUrl": "https://github.com/facebook/react",
"versionedRepoUrl": "https://github.com/facebook/react/tree/v16.6.3",
"licenseFile": "node_modules/react-dom/LICENSE",
"licenseUrl": "https://github.com/facebook/react/blob/v16.6.3/LICENSE",
"licenseTextSource": "file"
},
"react@16.6.3": {
"name": "react",
"version": "16.6.3",
"range": "16.6.3",
"licenses": "MIT",
"repoUrl": "https://github.com/facebook/react",
"versionedRepoUrl": "https://github.com/facebook/react/tree/v16.6.3",
"licenseFile": "node_modules/react/LICENSE",
"licenseUrl": "https://github.com/facebook/react/blob/v16.6.3/LICENSE",
"licenseTextSource": "file"
}
}
}