@withgraphite/graphite-cli 1.7.19 → 1.8.0
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/bin/gt.js +2 -0
- package/package.json +18 -13
- package/check-node-version.js +0 -1
- package/graphite.js +0 -3
- package/graphite.js.LICENSE.txt +0 -35
package/graphite.js.LICENSE.txt
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Tmp
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
5
|
-
*
|
|
6
|
-
* MIT Licensed
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
13
|
-
* CJS and ESM environments.
|
|
14
|
-
*
|
|
15
|
-
* @license
|
|
16
|
-
* Copyright (c) 2016, Contributors
|
|
17
|
-
* SPDX-License-Identifier: ISC
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* @license
|
|
22
|
-
* Copyright (c) 2016, Contributors
|
|
23
|
-
* SPDX-License-Identifier: ISC
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @license
|
|
28
|
-
* Lodash <https://lodash.com/>
|
|
29
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
30
|
-
* Released under MIT license <https://lodash.com/license>
|
|
31
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
32
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
33
|
-
*/
|
|
34
|
-
|
|
35
|
-
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|