This commit is contained in:
2018-05-16 10:10:23 +02:00
commit 79abc63edd
597 changed files with 93351 additions and 0 deletions

2
node_modules/@types/moment/README.md generated vendored Normal file
View File

@ -0,0 +1,2 @@
This is a stub types definition for Moment (https://github.com/moment/moment).
Moment provides its own type definitions, so you don't need @types/moment installed!

47
node_modules/@types/moment/package.json generated vendored Normal file
View File

@ -0,0 +1,47 @@
{
"_from": "@types/moment",
"_id": "@types/moment@2.13.0",
"_inBundle": false,
"_integrity": "sha1-YE69GJvDvDShVIaJQE5hoqSqyJY=",
"_location": "/@types/moment",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@types/moment",
"name": "@types/moment",
"escapedName": "@types%2fmoment",
"scope": "@types",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/@types/moment/-/moment-2.13.0.tgz",
"_shasum": "604ebd189bc3bc34a1548689404e61a2a4aac896",
"_spec": "@types/moment",
"_where": "/home/wn/workspace-node/PiAlive",
"author": "",
"bugs": {
"url": "https://github.com/moment/moment/issues"
},
"bundleDependencies": false,
"dependencies": {
"moment": "*"
},
"deprecated": "This is a stub types definition for Moment (https://github.com/moment/moment). Moment provides its own type definitions, so you don't need @types/moment installed!",
"description": "Stub TypeScript definitions entry for Moment, which provides its own types definitions",
"homepage": "https://github.com/moment/moment#readme",
"license": "MIT",
"main": "",
"name": "@types/moment",
"repository": {
"type": "git",
"url": "git+https://github.com/moment/moment.git"
},
"scripts": {},
"version": "2.13.0"
}

21
node_modules/@types/node/LICENSE generated vendored Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
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

16
node_modules/@types/node/README.md generated vendored Normal file
View File

@ -0,0 +1,16 @@
# Installation
> `npm install --save @types/node`
# Summary
This package contains type definitions for Node.js (http://nodejs.org/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/node
Additional Details
* Last updated: Tue, 15 May 2018 21:28:51 GMT
* Dependencies: none
* Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
# Credits
These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Parambir Singh <https://github.com/parambirs>, Christian Vaagland Tellnes <https://github.com/tellnes>, Wilco Bakker <https://github.com/WilcoBakker>, Nicolas Voigt <https://github.com/octo-sniffle>, Chigozirim C. <https://github.com/smac89>, Flarna <https://github.com/Flarna>, Mariusz Wiktorczyk <https://github.com/mwiktorczyk>, wwwy3y3 <https://github.com/wwwy3y3>, Deividas Bakanas <https://github.com/DeividasBakanas>, Kelvin Jin <https://github.com/kjin>, Alvis HT Tang <https://github.com/alvis>, Sebastian Silbermann <https://github.com/eps1lon>, Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>, Alberto Schiabel <https://github.com/jkomyno>, Klaus Meinhardt <https://github.com/ajafff>, Huw <https://github.com/hoo29>, Nicolas Even <https://github.com/n-e>, Bruno Scheufler <https://github.com/brunoscheufler>, Mohsen Azimi <https://github.com/mohsen1>, Hoàng Văn Khải <https://github.com/KSXGitHub>, Alexander T. <https://github.com/a-tarasyuk>, Lishude <https://github.com/islishude>.

7897
node_modules/@types/node/index.d.ts generated vendored Normal file

File diff suppressed because it is too large Load Diff

2488
node_modules/@types/node/inspector.d.ts generated vendored Normal file

File diff suppressed because it is too large Load Diff

144
node_modules/@types/node/package.json generated vendored Normal file
View File

@ -0,0 +1,144 @@
{
"_from": "@types/node",
"_id": "@types/node@10.1.0",
"_inBundle": false,
"_integrity": "sha512-sELcX/cJHwRp8kn4hYSvBxKGJ+ubl3MvS8VJQe5gz/sp7CifYxsiCxIJ35wMIYyGVMgfO2AzRa8UcVReAcJRlw==",
"_location": "/@types/node",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@types/node",
"name": "@types/node",
"escapedName": "@types%2fnode",
"scope": "@types",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/@types/node/-/node-10.1.0.tgz",
"_shasum": "2783ee1b6c47cbd4044f4a233976c1ac5fa9e942",
"_spec": "@types/node",
"_where": "/home/wn/workspace-node/PiAlive",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Microsoft TypeScript",
"url": "http://typescriptlang.org"
},
{
"name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped"
},
{
"name": "Parambir Singh",
"url": "https://github.com/parambirs"
},
{
"name": "Christian Vaagland Tellnes",
"url": "https://github.com/tellnes"
},
{
"name": "Wilco Bakker",
"url": "https://github.com/WilcoBakker"
},
{
"name": "Nicolas Voigt",
"url": "https://github.com/octo-sniffle"
},
{
"name": "Chigozirim C.",
"url": "https://github.com/smac89"
},
{
"name": "Flarna",
"url": "https://github.com/Flarna"
},
{
"name": "Mariusz Wiktorczyk",
"url": "https://github.com/mwiktorczyk"
},
{
"name": "wwwy3y3",
"url": "https://github.com/wwwy3y3"
},
{
"name": "Deividas Bakanas",
"url": "https://github.com/DeividasBakanas"
},
{
"name": "Kelvin Jin",
"url": "https://github.com/kjin"
},
{
"name": "Alvis HT Tang",
"url": "https://github.com/alvis"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon"
},
{
"name": "Hannes Magnusson",
"url": "https://github.com/Hannes-Magnusson-CK"
},
{
"name": "Alberto Schiabel",
"url": "https://github.com/jkomyno"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff"
},
{
"name": "Huw",
"url": "https://github.com/hoo29"
},
{
"name": "Nicolas Even",
"url": "https://github.com/n-e"
},
{
"name": "Bruno Scheufler",
"url": "https://github.com/brunoscheufler"
},
{
"name": "Mohsen Azimi",
"url": "https://github.com/mohsen1"
},
{
"name": "Hoàng Văn Khải",
"url": "https://github.com/KSXGitHub"
},
{
"name": "Alexander T.",
"url": "https://github.com/a-tarasyuk"
},
{
"name": "Lishude",
"url": "https://github.com/islishude"
}
],
"dependencies": {},
"deprecated": false,
"description": "TypeScript definitions for Node.js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped.git#readme",
"license": "MIT",
"main": "",
"name": "@types/node",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},
"scripts": {},
"typeScriptVersion": "2.0",
"typesPublisherContentHash": "b9a6e57a599c96f9ff1bfbd55b43a19ab3014cecce163fe4a2febef277f03de2",
"version": "10.1.0"
}

18
node_modules/@types/onoff/README.md generated vendored Normal file
View File

@ -0,0 +1,18 @@
# Installation
> `npm install --save @types/onoff`
# Summary
This package contains type definitions for onoff (https://github.com/fivdi/onoff).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/onoff
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: none
* Global values: __ONOFF
# Credits
These definitions were written by Marcel Ernst <https://github.com/marcel-ernst>.

53
node_modules/@types/onoff/index.d.ts generated vendored Normal file
View File

@ -0,0 +1,53 @@
// Type definitions for onoff
// Project: https://github.com/fivdi/onoff
// Definitions by: Marcel Ernst <https://github.com/marcel-ernst>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
export = __ONOFF;
declare namespace __ONOFF {
var version:string;
interface GpioOptions {
debounceTimeout:number;
}
class Gpio {
constructor(gpio:number, direction:string);
constructor(gpio:number, direction:string, edge:string);
constructor(gpio:number, direction:string, edge:string, options:GpioOptions);
constructor(gpio:number, direction:string, options:GpioOptions);
gpio:number
gpioPath:string;
opts:GpioOptions;
readBuffer:Buffer;
listeners:Array<(error:Error, value:number) => void>;
valueFd:number;
read(cb:(err:Error, value:number) => void):void;
readSync():number;
write(value:number, cb:(err:Error, value:number) => void):void;
writeSync(value:number):void;
watch(cb:(error:Error, value:number) => void):void;
unwatch():void;
unwatch(cb:(error:Error, value:number) => void):void;
unwatchAll():void;
direction():string;
setDirection(value:string):void;
edge():string;
setEdge(value:string):void;
options():GpioOptions;
unexport():void;
}
}

48
node_modules/@types/onoff/package.json generated vendored Normal file
View File

@ -0,0 +1,48 @@
{
"_from": "@types/onoff",
"_id": "@types/onoff@0.0.27",
"_inBundle": false,
"_integrity": "sha1-V3fk2EWEsACiLUtfPQSZuYrlRHg=",
"_location": "/@types/onoff",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@types/onoff",
"name": "@types/onoff",
"escapedName": "@types%2fonoff",
"scope": "@types",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/@types/onoff/-/onoff-0.0.27.tgz",
"_shasum": "5777e4d84584b000a22d4b5f3d0499b98ae54478",
"_spec": "@types/onoff",
"_where": "/home/wn/workspace-node/PiAlive",
"author": {
"name": "Marcel Ernst",
"email": "https://github.com/marcel-ernst"
},
"bundleDependencies": false,
"dependencies": {
"@types/node": "*"
},
"deprecated": false,
"description": "TypeScript definitions for onoff",
"license": "MIT",
"main": "",
"name": "@types/onoff",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"typesPublisherContentHash": "3811a0e7f4189176271d66bc24c63c5fc4244f0fd80f88bb9f5ba175c766a58e",
"typings": "index.d.ts",
"version": "0.0.27"
}

27
node_modules/@types/onoff/types-metadata.json generated vendored Normal file
View File

@ -0,0 +1,27 @@
{
"authors": "Marcel Ernst <https://github.com/marcel-ernst>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"node"
],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryName": "onoff",
"typingsPackageName": "onoff",
"projectName": "https://github.com/fivdi/onoff",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"__ONOFF"
],
"declaredModules": [
"onoff"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "3811a0e7f4189176271d66bc24c63c5fc4244f0fd80f88bb9f5ba175c766a58e"
}