UNPKG

js-lightning

Version:

Direct Javascript to Web interpreted server inspired by PHP

35 lines (34 loc) 1.18 kB
{ "name": "qtools-functional-library", "version": "1.1.4", "description": "Useful additions to JS prototypes to facilliate chainable, functional (mostly) style. Also make life more convenient.\"", "main": "qtools-functional-library.js", "scripts": { "sample": "node test.js -listTests -logErrors -verbose --methodList=qtClone,qtToString,qtPop", "sample2": "node test.js -listTests -logErrors --methodList=qtClone,qtToString,qtPop", "logTest": "node --trace-uncaught test.js -listTests -logErrors --methodList=qtLog", "test": "node test.js -verbose -logErrors", "quiet": "node test.js -listTests -logErrors" }, "repository": { "type": "git", "url": "git+https://github.com/tqwhite/qtools-functional-library.git" }, "author": "TQ White II", "license": "ISC", "bugs": { "url": "https://github.com/tqwhite/qtools-functional-library/issues" }, "homepage": "https://github.com/tqwhite/qtools-functional-library#readme", "devDependencies": {}, "keywords": [ "functional", "chain" ], "licenses": [ { "type": "MIT", "url": "https://github.com/evangelion1204/multi-ini/blob/master/LICENSE" } ] }