UNPKG

@goa/content-type

Version:

[fork] Create and parse HTTP Content-Type header according to RFC 7231 Written In ES6 And Optimised With JavaScript Compiler.

51 lines (50 loc) 1.47 kB
{ "name": "@goa/content-type", "version": "1.0.1", "description": "[fork] Create and parse HTTP Content-Type header according to RFC 7231 Written In ES6 And Optimised With JavaScript 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", "depack": "depack-dev src/depack -o depack -a -l -p -S --externs types/externs.js", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc -o README.md", "b": "alamode src -o build -s", "d": "yarn-s d1 externs", "d1": "typal types/index.js src depack/index.js -c -t types/index.xml", "externs": "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/content-type.git" }, "keywords": [ "content-type", "goa" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/idiocc/content-type/issues" }, "homepage": "https://github.com/idiocc/content-type#readme", "devDependencies": { "alamode": "^2.3.4", "documentary": "^1.27.4", "eslint-config-artdeco": "1.0.1", "yarn-s": "1.1.0", "zoroaster": "^4.1.1-alpha" } }