fyn 1.1.2 → 1.1.3

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.
@@ -0,0 +1,49 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * humanize-ms - index.js
9
+ * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
10
+ * MIT Licensed
11
+ */
12
+
13
+ /*! *****************************************************************************
14
+ Copyright (c) Microsoft Corporation.
15
+
16
+ Permission to use, copy, modify, and/or distribute this software for any
17
+ purpose with or without fee is hereby granted.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
+ PERFORMANCE OF THIS SOFTWARE.
26
+ ***************************************************************************** */
27
+
28
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
29
+
30
+ /**
31
+ * @license
32
+ * Lodash <https://lodash.com/>
33
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
34
+ * Released under MIT license <https://lodash.com/license>
35
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
36
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
37
+ */
38
+
39
+ /**
40
+ * @preserve
41
+ * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
42
+ *
43
+ * @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
44
+ * @see http://github.com/homebrewing/brauhaus-diff
45
+ * @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
46
+ * @see http://github.com/garycourt/murmurhash-js
47
+ * @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
48
+ * @see http://sites.google.com/site/murmurhash/
49
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fyn",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A node package manager, fast, workspace, and better productivity and efficiency",
5
5
  "main": "./bin/fyn.js",
6
6
  "homepage": "https://www.electrode.io/fynpo/",
@@ -8,6 +8,7 @@
8
8
  "test": "xrun xarc/test-only",
9
9
  "lint": "xrun xarc/lint",
10
10
  "build": "xrun --serial fyn/create-tgz bundle",
11
+ "analyze": "ANALYZE_BUNDLE=1 xrun bundle",
11
12
  "coverage": "xrun xarc/check",
12
13
  "ci:check": "xrun xarc/check",
13
14
  "coveralls": "cat coverage/lcov.info | coveralls",