UNPKG

@goa/negotiator

Version:

[fork] HTTP Content Negotiation In ES6 Optimised With Google Closure Compiler.

56 lines (55 loc) 1.46 kB
{ "name": "@goa/negotiator", "version": "1.0.1", "description": "[fork] HTTP Content Negotiation In ES6 Optimised With Google Closure Compiler.", "main": "depack/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec test/mask", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc -o README.md", "depack": "depack src/depack -o depack/depack.js -l -a -p -O 2017 --externs types/externs.js", "b": "alamode src -o build -s", "d": "typal types/externs.js", "build": "yarn-s d b doc", "e": "alanode" }, "files": [ "depack", "src", "types/externs.js" ], "externs": "types/externs.js", "repository": { "type": "git", "url": "git://github.com/idiocc/negotiator.git" }, "keywords": [ "negotiator", "goa", "http", "content negotiation", "accept", "accept-language", "accept-encoding", "accept-charset" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/idiocc/negotiator/issues" }, "homepage": "https://github.com/idiocc/negotiator#readme", "devDependencies": { "@rqt/aqt": "^1.2.5", "alamode": "^2.1.2", "documentary": "^1.27.1", "eslint-config-artdeco": "1.0.1", "yarn-s": "1.1.0", "zoroaster": "^4.1.1-alpha" } }