mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 01:16:00 +00:00
Modules
This commit is contained in:
15
node_modules/is-set/.eslintrc
generated
vendored
Normal file
15
node_modules/is-set/.eslintrc
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "test/**",
|
||||
"globals": {
|
||||
"WeakMap": false,
|
||||
"WeakSet": false,
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
12
node_modules/is-set/.github/FUNDING.yml
generated
vendored
Normal file
12
node_modules/is-set/.github/FUNDING.yml
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: [ljharb]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: npm/is-set
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
15
node_modules/is-set/.github/workflows/rebase.yml
generated
vendored
Normal file
15
node_modules/is-set/.github/workflows/rebase.yml
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Automatic Rebase
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
_:
|
||||
name: "Automatic Rebase"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ljharb/rebase@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
8
node_modules/is-set/.travis.yml
generated
vendored
Normal file
8
node_modules/is-set/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
version: ~> 1.0
|
||||
language: node_js
|
||||
os:
|
||||
- linux
|
||||
import:
|
||||
- ljharb/travis-ci:node/all.yml
|
||||
- ljharb/travis-ci:node/pretest.yml
|
||||
- ljharb/travis-ci:node/posttest.yml
|
35
node_modules/is-set/CHANGELOG.md
generated
vendored
Normal file
35
node_modules/is-set/CHANGELOG.md
generated
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
## [v2.0.1](https://github.com/inspect-js/is-set/compare/v2.0.0...v2.0.1) - 2019-12-17
|
||||
|
||||
### Fixed
|
||||
|
||||
- [Refactor] avoid top-level return, because babel and webpack are broken [`#5`](https://github.com/inspect-js/is-set/issues/5) [`#4`](https://github.com/inspect-js/is-set/issues/4) [`#3`](https://github.com/inspect-js/is-set/issues/3) [`#78`](https://github.com/inspect-js/node-deep-equal/issues/78) [`#7`](https://github.com/es-shims/Promise.allSettled/issues/7) [`#12`](https://github.com/airbnb/js-shims/issues/12)
|
||||
|
||||
### Commits
|
||||
|
||||
- [actions] add automatic rebasing / merge commit blocking [`db358ba`](https://github.com/inspect-js/is-set/commit/db358ba503aa86fe2d375e188dcdfa7174a070c8)
|
||||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`13e5083`](https://github.com/inspect-js/is-set/commit/13e50834eacb1c1830feb598da70ca6d0c53d2f7)
|
||||
|
||||
## v2.0.0 - 2019-11-12
|
||||
|
||||
### Commits
|
||||
|
||||
- Initial commit [`0299bc8`](https://github.com/inspect-js/is-set/commit/0299bc8fce41dce4586ac2f79c73802ad6a72c3d)
|
||||
- Tests [`dec24eb`](https://github.com/inspect-js/is-set/commit/dec24eb0b9f57f14be8eedd0e572f94f81572e82)
|
||||
- readme [`9b16e7f`](https://github.com/inspect-js/is-set/commit/9b16e7ff417b5c7be9829f22e32249d737bb8f6e)
|
||||
- implementation [`3da6156`](https://github.com/inspect-js/is-set/commit/3da6156dae02e71d541bc8a0d3b751734b98e06d)
|
||||
- npm init [`89fdc8b`](https://github.com/inspect-js/is-set/commit/89fdc8b3d980f6ca414f71dff2af38ed102321a1)
|
||||
- [meta] add `funding` field; create `FUNDING.yml` [`77f2be9`](https://github.com/inspect-js/is-set/commit/77f2be9f281439472f81a0378632bc5eeb25a79b)
|
||||
- [meta] add `safe-publish-latest`, `auto-changelog` [`cef1b4c`](https://github.com/inspect-js/is-set/commit/cef1b4cef15c565e76e3d46e66087821c4c437ae)
|
||||
- [Tests] add `npm run lint` [`2a8284c`](https://github.com/inspect-js/is-set/commit/2a8284c6d2265ecd5c98bd4a008a82f0b519cd0a)
|
||||
- [Tests] use shared travis-ci configs [`d2e342f`](https://github.com/inspect-js/is-set/commit/d2e342f3b8477cc74bcab44297d20d10fcf3718b)
|
||||
- Only apps should have lockfiles [`624072b`](https://github.com/inspect-js/is-set/commit/624072b92774aaa6d851837c882181995d88ece8)
|
||||
- [Tests] add `npx aud` in `posttest` [`214247c`](https://github.com/inspect-js/is-set/commit/214247c3fcd61b164c18b56524cdc183fc485450)
|
21
node_modules/is-set/LICENSE
generated
vendored
Normal file
21
node_modules/is-set/LICENSE
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Inspect JS
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
49
node_modules/is-set/README.md
generated
vendored
Normal file
49
node_modules/is-set/README.md
generated
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
# is-set <sup>[![Version Badge][2]][1]</sup>
|
||||
|
||||
[![Build Status][3]][4]
|
||||
[![dependency status][5]][6]
|
||||
[![dev dependency status][7]][8]
|
||||
[![License][license-image]][license-url]
|
||||
[![Downloads][downloads-image]][downloads-url]
|
||||
|
||||
[![npm badge][11]][1]
|
||||
|
||||
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
|
||||
|
||||
## Example
|
||||
|
||||
```js
|
||||
var isSet = require('is-set');
|
||||
assert(!isSet(function () {}));
|
||||
assert(!isSet(null));
|
||||
assert(!isSet(function* () { yield 42; return Infinity; });
|
||||
assert(!isSet(Symbol('foo')));
|
||||
assert(!isSet(1n));
|
||||
assert(!isSet(Object(1n)));
|
||||
|
||||
assert(!isSet(new Map()));
|
||||
assert(!isSet(new WeakSet()));
|
||||
assert(!isSet(new WeakMap()));
|
||||
|
||||
assert(isSet(new Set()));
|
||||
|
||||
class MySet extends Set {}
|
||||
assert(isSet(new MySet()));
|
||||
```
|
||||
|
||||
## Tests
|
||||
Simply clone the repo, `npm install`, and run `npm test`
|
||||
|
||||
[1]: https://npmjs.org/package/is-set
|
||||
[2]: http://versionbadg.es/inspect-js/is-set.svg
|
||||
[3]: https://travis-ci.org/inspect-js/is-set.svg
|
||||
[4]: https://travis-ci.org/inspect-js/is-set
|
||||
[5]: https://david-dm.org/inspect-js/is-set.svg
|
||||
[6]: https://david-dm.org/inspect-js/is-set
|
||||
[7]: https://david-dm.org/inspect-js/is-set/dev-status.svg
|
||||
[8]: https://david-dm.org/inspect-js/is-set#info=devDependencies
|
||||
[11]: https://nodei.co/npm/is-set.png?downloads=true&stars=true
|
||||
[license-image]: http://img.shields.io/npm/l/is-set.svg
|
||||
[license-url]: LICENSE
|
||||
[downloads-image]: http://img.shields.io/npm/dm/is-set.svg
|
||||
[downloads-url]: http://npm-stat.com/charts.html?package=is-set
|
42
node_modules/is-set/index.js
generated
vendored
Normal file
42
node_modules/is-set/index.js
generated
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
'use strict';
|
||||
|
||||
var $Map = typeof Map === 'function' && Map.prototype ? Map : null;
|
||||
var $Set = typeof Set === 'function' && Set.prototype ? Set : null;
|
||||
|
||||
var exported;
|
||||
|
||||
if (!$Set) {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
exported = function isSet(x) {
|
||||
// `Set` is not present in this environment.
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
var $mapHas = $Map ? Map.prototype.has : null;
|
||||
var $setHas = $Set ? Set.prototype.has : null;
|
||||
if (!exported && !$setHas) {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
exported = function isSet(x) {
|
||||
// `Set` does not have a `has` method
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = exported || function isSet(x) {
|
||||
if (!x || typeof x !== 'object') {
|
||||
return false;
|
||||
}
|
||||
try {
|
||||
$setHas.call(x);
|
||||
if ($mapHas) {
|
||||
try {
|
||||
$mapHas.call(x);
|
||||
} catch (e) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return x instanceof $Set; // core-js workaround, pre-v2.5.0
|
||||
} catch (e) {}
|
||||
return false;
|
||||
};
|
84
node_modules/is-set/package.json
generated
vendored
Normal file
84
node_modules/is-set/package.json
generated
vendored
Normal file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"_from": "is-set@^2.0.0",
|
||||
"_id": "is-set@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA==",
|
||||
"_location": "/is-set",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-set@^2.0.0",
|
||||
"name": "is-set",
|
||||
"escapedName": "is-set",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/es-get-iterator",
|
||||
"/which-collection"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.1.tgz",
|
||||
"_shasum": "d1604afdab1724986d30091575f54945da7e5f43",
|
||||
"_spec": "is-set@^2.0.0",
|
||||
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\es-get-iterator",
|
||||
"author": {
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"output": "CHANGELOG.md",
|
||||
"template": "keepachangelog",
|
||||
"unreleased": false,
|
||||
"commitLimit": false,
|
||||
"backfillLimit": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/inspect-js/is-set/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^15.0.2",
|
||||
"auto-changelog": "^1.16.2",
|
||||
"es5-shim": "^4.5.13",
|
||||
"es6-shim": "^0.35.5",
|
||||
"eslint": "^6.7.2",
|
||||
"for-each": "^0.3.3",
|
||||
"object-inspect": "^1.7.0",
|
||||
"safe-publish-latest": "^1.1.4",
|
||||
"tape": "^4.12.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
},
|
||||
"homepage": "https://github.com/inspect-js/is-set#readme",
|
||||
"keywords": [
|
||||
"map",
|
||||
"set",
|
||||
"collection",
|
||||
"is",
|
||||
"robust"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-set",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/inspect-js/is-set.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"posttest": "npx aud",
|
||||
"posttests-only": "node -e \"require('es5-shim'); require('es6-shim'); require('./test');\"",
|
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
||||
"prepublish": "safe-publish-latest",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only",
|
||||
"tests-only": "node test",
|
||||
"version": "auto-changelog && git add CHANGELOG.md"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
59
node_modules/is-set/test/index.js
generated
vendored
Normal file
59
node_modules/is-set/test/index.js
generated
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
'use strict';
|
||||
|
||||
var test = require('tape');
|
||||
var debug = require('object-inspect');
|
||||
var forEach = require('for-each');
|
||||
|
||||
var isSet = require('..');
|
||||
|
||||
test('non-collections', function (t) {
|
||||
forEach([
|
||||
null,
|
||||
undefined,
|
||||
true,
|
||||
false,
|
||||
42,
|
||||
0,
|
||||
-0,
|
||||
NaN,
|
||||
Infinity,
|
||||
'',
|
||||
'foo',
|
||||
/a/g,
|
||||
[],
|
||||
{},
|
||||
function () {}
|
||||
], function (nonCollection) {
|
||||
t.equal(isSet(nonCollection), false, debug(nonCollection) + ' is not a Set');
|
||||
});
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('Maps', { skip: typeof Map !== 'function' }, function (t) {
|
||||
var m = new Map();
|
||||
t.equal(isSet(m), false, debug(m) + ' is not a Set');
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('Sets', { skip: typeof Set !== 'function' }, function (t) {
|
||||
var s = new Set();
|
||||
t.equal(isSet(s), true, debug(s) + ' is a Set');
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('WeakMaps', { skip: typeof WeakMap !== 'function' }, function (t) {
|
||||
var wm = new WeakMap();
|
||||
t.equal(isSet(wm), false, debug(wm) + ' is not a Set');
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('WeakSets', { skip: typeof WeakSet !== 'function' }, function (t) {
|
||||
var ws = new WeakSet();
|
||||
t.equal(isSet(ws), false, debug(ws) + ' is not a Set');
|
||||
|
||||
t.end();
|
||||
});
|
Reference in New Issue
Block a user