@types/pegjs
Advanced tools
| 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 |
+3
-2
@@ -54,4 +54,5 @@ // Type definitions for PEG.js v0.10.0 | ||
| export interface ParserOptions { | ||
| startRule: string; | ||
| tracer: any; | ||
| startRule?: string; | ||
| tracer?: any; | ||
| [key: string]: any; | ||
| } | ||
@@ -58,0 +59,0 @@ |
+22
-7
| { | ||
| "name": "@types/pegjs", | ||
| "version": "0.10.0", | ||
| "description": "TypeScript definitions for PEG.js v0.10.0", | ||
| "version": "0.10.1", | ||
| "description": "TypeScript definitions for PEG.js", | ||
| "license": "MIT", | ||
| "author": "vvakame <https://github.com/vvakame>, Tobias Kahlert <https://github.com/SrTobi>, C.J. Bell <https://github.com/siegebell>", | ||
| "contributors": [ | ||
| { | ||
| "name": "vvakame", | ||
| "url": "https://github.com/vvakame", | ||
| "githubUsername": "vvakame" | ||
| }, | ||
| { | ||
| "name": "Tobias Kahlert", | ||
| "url": "https://github.com/SrTobi", | ||
| "githubUsername": "SrTobi" | ||
| }, | ||
| { | ||
| "name": "C.J. Bell", | ||
| "url": "https://github.com/siegebell", | ||
| "githubUsername": "siegebell" | ||
| } | ||
| ], | ||
| "main": "", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": {}, | ||
| "peerDependencies": {}, | ||
| "typings": "index.d.ts", | ||
| "typesPublisherContentHash": "c942fdca7968a6d4a5b90d16d465bd8821c6fc73847fdb392909a6425949e118" | ||
| "typesPublisherContentHash": "664419964a059927c29b4fbc14bc7291933d826a2d10ea96f519464eb7fb666f", | ||
| "typeScriptVersion": "2.0" | ||
| } |
+4
-6
@@ -5,12 +5,10 @@ # Installation | ||
| # Summary | ||
| This package contains type definitions for PEG.js v0.10.0 (http://pegjs.org/). | ||
| This package contains type definitions for PEG.js (http://pegjs.org/). | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/pegjs | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/pegjs | ||
| Additional Details | ||
| * Last updated: Mon, 14 Nov 2016 19:35:00 GMT | ||
| * File structure: UMD | ||
| * Library Dependencies: none | ||
| * Module Dependencies: none | ||
| * Last updated: Wed, 23 May 2018 23:09:40 GMT | ||
| * Dependencies: none | ||
| * Global values: PEG | ||
@@ -17,0 +15,0 @@ |
| { | ||
| "authors": "vvakame <https://github.com/vvakame>, Tobias Kahlert <https://github.com/SrTobi>, C.J. Bell <https://github.com/siegebell>", | ||
| "definitionFilename": "index.d.ts", | ||
| "libraryDependencies": [], | ||
| "moduleDependencies": [], | ||
| "libraryMajorVersion": 0, | ||
| "libraryMinorVersion": 10, | ||
| "libraryName": "PEG.js v0.10.0", | ||
| "typingsPackageName": "pegjs", | ||
| "projectName": "http://pegjs.org/", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "types-2.0", | ||
| "kind": "UMD", | ||
| "globals": [ | ||
| "PEG" | ||
| ], | ||
| "declaredModules": [], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "c942fdca7968a6d4a5b90d16d465bd8821c6fc73847fdb392909a6425949e118" | ||
| } |
9044
5.9%115
-15.44%17
-10.53%