UNPKG

bassoon

Version:

a simplified and optimized fork of oboejs

45 lines (44 loc) 1.01 kB
{ "name": "bassoon", "version": "1.0.7", "description": "a simplified and optimized fork of oboejs", "keywords": [ "front-end", "micro-library", "oboe", "clarinet", "sax", "ajax", "xhr", "fetch", "stream", "streaming", "json", "array", "object", "lexer", "parser", "tokenizer" ], "main": "src/bassoon.mjs", "scripts": { "build": "webpack --env minimize && webpack --env worker" }, "author": "Paul Smith", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/paulsmithkc/bassoon.git" }, "devDependencies": { "@babel/cli": "^7.12.8", "@babel/core": "^7.12.9", "@babel/preset-env": "^7.12.7", "babel-loader": "^8.2.2", "babel-plugin-minify-guarded-expressions": "^0.4.4", "babel-plugin-minify-mangle-names": "^0.5.0", "babel-plugin-minify-simplify": "^0.5.1", "webpack": "^5.10.0", "webpack-cli": "^4.2.0" } }