fyn 1.1.39 → 1.1.41

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/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "fyn",
3
- "version": "1.1.39",
4
- "description": "The package manager for fynpo, a zero setup monorepo manager",
3
+ "version": "1.1.41",
4
+ "description": "fyn is the NPM for fynpo -- a zero setup monorepo tool",
5
5
  "main": "./bin/fyn.js",
6
6
  "homepage": "https://jchip.github.io/fynpo/",
7
7
  "license": "Apache-2.0",
8
8
  "scripts": {
9
9
  "test": "xrun xarc/test-only",
10
+ "debug-test": "node --inspect-brk node_modules/.bin/mocha --extension ts,js,tsx,jsx,cjs,mjs -c test/spec",
10
11
  "lint": "xrun xarc/lint",
11
12
  "compile-yarn": "babel yarn/src --out-dir yarn/lib",
12
13
  "build": "xrun --serial .setup-gyp fyn/create-tgz compile-yarn bundle",
@@ -1,81 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- * depd
9
- * Copyright(c) 2014 Douglas Christopher Wilson
10
- * MIT Licensed
11
- */
12
-
13
- /*!
14
- * depd
15
- * Copyright(c) 2014-2015 Douglas Christopher Wilson
16
- * MIT Licensed
17
- */
18
-
19
- /*!
20
- * depd
21
- * Copyright(c) 2014-2017 Douglas Christopher Wilson
22
- * MIT Licensed
23
- */
24
-
25
- /*!
26
- * depd
27
- * Copyright(c) 2015 Douglas Christopher Wilson
28
- * MIT Licensed
29
- */
30
-
31
- /*!
32
- * humanize-ms - index.js
33
- * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
34
- * MIT Licensed
35
- */
36
-
37
- /*!
38
- * negotiator
39
- * Copyright(c) 2012 Federico Romero
40
- * Copyright(c) 2012-2014 Isaac Z. Schlueter
41
- * Copyright(c) 2015 Douglas Christopher Wilson
42
- * MIT Licensed
43
- */
44
-
45
- /*! *****************************************************************************
46
- Copyright (c) Microsoft Corporation.
47
-
48
- Permission to use, copy, modify, and/or distribute this software for any
49
- purpose with or without fee is hereby granted.
50
-
51
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
52
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
53
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
54
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
55
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
56
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
57
- PERFORMANCE OF THIS SOFTWARE.
58
- ***************************************************************************** */
59
-
60
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
61
-
62
- /**
63
- * @license
64
- * Lodash <https://lodash.com/>
65
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
66
- * Released under MIT license <https://lodash.com/license>
67
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
68
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
69
- */
70
-
71
- /**
72
- * @preserve
73
- * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
74
- *
75
- * @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
76
- * @see http://github.com/homebrewing/brauhaus-diff
77
- * @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
78
- * @see http://github.com/garycourt/murmurhash-js
79
- * @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
80
- * @see http://sites.google.com/site/murmurhash/
81
- */