@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.
@@ -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
- * normalize-path <https://github.com/jonschlinkert/normalize-path>
11
+ /**
12
+ * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
13
+ * CJS and ESM environments.
39
14
  *
40
- * Copyright (c) 2014-2018, Jon Schlinkert.
41
- * Released under the MIT License.
15
+ * @license
16
+ * Copyright (c) 2016, Contributors
17
+ * SPDX-License-Identifier: ISC
42
18
  */
43
19
 
44
- /*!
45
- * to-regex-range <https://github.com/micromatch/to-regex-range>
46
- *
47
- * Copyright (c) 2015-present, Jon Schlinkert.
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.5.3",
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
- "chalk": "^4.1.2",
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",