token-types
Advanced tools
Comparing version 0.1.2 to 0.9.0
"use strict"; | ||
// A fast streaming parser library. | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var assert = require("assert"); | ||
@@ -313,2 +313,1 @@ // Possibly call flush() | ||
exports.StringType = StringType; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "token-types", | ||
"version": "0.1.2", | ||
"version": "0.9.0", | ||
"description": "Common token types for decoding and encoding binairy values", | ||
@@ -10,5 +10,7 @@ "author": { | ||
"scripts": { | ||
"compile": "tsc", | ||
"compile-src": "tsc -p src", | ||
"compile-test": "tsc -p test", | ||
"compile": "npm run compile-src && npm run compile-test", | ||
"prepare": "npm run compile", | ||
"lint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'", | ||
"lint": "tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'", | ||
"test": "mocha --require ts-node/register test", | ||
@@ -32,16 +34,17 @@ "cover-test": "nyc npm run test", | ||
"devDependencies": { | ||
"@types/chai": "^4.0.0", | ||
"@types/chai": "^4.0.3", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^7.0.31", | ||
"chai": "^4.0.2", | ||
"@types/node": "^7.0.39", | ||
"chai": "^4.1.1", | ||
"copyfiles": "^1.2.0", | ||
"coveralls": "^2.13.1", | ||
"mocha": "^3.4.2", | ||
"nyc": "^11.0.3", | ||
"ts-node": "^3.0.6", | ||
"tslint": "^5.5.0", | ||
"typescript": "^2.3.4", | ||
"typings": "^2.1.1" | ||
"mocha": "^3.5.0", | ||
"nyc": "^11.1.0", | ||
"ts-node": "^3.3.0", | ||
"tslint": "^5.6.0", | ||
"typescript": "^2.4.2", | ||
"typings": "^2.1.1", | ||
"source-map": "^0.5.6" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165999
13
9
5086