@withgraphite/graphite-cli 1.5.3 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.CHANGELOG.md +21 -0
- package/645.js +3 -0
- package/{226.js.LICENSE.txt → 645.js.LICENSE.txt} +8 -0
- package/691.js +3 -0
- package/build/asset-manifest.json +5 -5
- package/build/index.html +1 -1
- package/build/static/css/{main.b9bea8d6.css → main.6c222a98.css} +2 -2
- package/build/static/js/274.dce911b9.chunk.js +1 -0
- package/build/static/js/main.js +1 -1
- package/child.js +1 -1
- package/graphite.js +1 -1
- package/graphite.js.LICENSE.txt +11 -38
- package/package.json +2 -5
- package/1463a26331df3b0b4d694b076097b2dd.node +0 -0
- package/226.js +0 -3
- package/607.js +0 -3
- package/build/static/js/274.4d844c91.chunk.js +0 -1
package/graphite.js.LICENSE.txt
CHANGED
|
@@ -6,50 +6,23 @@
|
|
|
6
6
|
* MIT Licensed
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
/*!
|
|
10
|
-
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
11
|
-
*
|
|
12
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
13
|
-
* Licensed under the MIT License.
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
/*!
|
|
17
|
-
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
18
|
-
*
|
|
19
|
-
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
20
|
-
* Licensed under the MIT License.
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
/*!
|
|
24
|
-
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
25
|
-
*
|
|
26
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
27
|
-
* Released under the MIT License.
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/*!
|
|
31
|
-
* is-number <https://github.com/jonschlinkert/is-number>
|
|
32
|
-
*
|
|
33
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
34
|
-
* Released under the MIT License.
|
|
35
|
-
*/
|
|
9
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
36
10
|
|
|
37
|
-
|
|
38
|
-
*
|
|
11
|
+
/**
|
|
12
|
+
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
13
|
+
* CJS and ESM environments.
|
|
39
14
|
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
15
|
+
* @license
|
|
16
|
+
* Copyright (c) 2016, Contributors
|
|
17
|
+
* SPDX-License-Identifier: ISC
|
|
42
18
|
*/
|
|
43
19
|
|
|
44
|
-
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* Released under the MIT License.
|
|
20
|
+
/**
|
|
21
|
+
* @license
|
|
22
|
+
* Copyright (c) 2016, Contributors
|
|
23
|
+
* SPDX-License-Identifier: ISC
|
|
49
24
|
*/
|
|
50
25
|
|
|
51
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
52
|
-
|
|
53
26
|
/**
|
|
54
27
|
* @license
|
|
55
28
|
* Lodash <https://lodash.com/>
|
package/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@withgraphite/graphite-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"license": "None",
|
|
5
5
|
"main": "./graphite.js",
|
|
6
6
|
"homepage": "https://github.com/withgraphite/graphite-cli",
|
|
7
7
|
"repository": "github:withgraphite/graphite-cli",
|
|
8
8
|
"gtInstallationMethod": "npm",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"
|
|
11
|
-
"ws": "^8.6.0",
|
|
12
|
-
"semver": "^7.5.4",
|
|
13
|
-
"yargs": "^17.5.1"
|
|
10
|
+
"semver": "^7.5.4"
|
|
14
11
|
},
|
|
15
12
|
"bin": {
|
|
16
13
|
"graphite": "./graphite.js",
|
|
Binary file
|