sheetjs/package.json
SheetJS f335d310ac version bump 0.9.1: dateNF + sign
- dateNF option for default date format override
- general format renders undefined/null as empty string
- ignore text elements when searching for decimal point
- bubble negative sign to the front when format starts with text
- fixes for eslint + closure
- updated frac to 1.0.6

Issues:
- fixes #10 h/t @adamgundy @SegFaultx64 @RichardCzechowski
- fixes #15 h/t @wilg
- fixes #25 h/t @dougschiller
- fixes #26 h/t @rjmcguire
2017-04-30 02:40:29 -04:00

34 lines
711 B
JSON

{
"name": "ssf",
"version": "0.9.1",
"author": "SheetJS",
"description": "Format data using ECMA-376 spreadsheet Format Codes",
"keywords": [ "format", "sprintf", "spreadsheet" ],
"bin": {
"ssf": "./bin/ssf.njs"
},
"main": "./ssf",
"dependencies": {
"voc":"",
"colors":"0.6.2",
"frac":"~1.0.6"
},
"devDependencies": {
"mocha":"",
"uglify-js":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/ssf.git" },
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern": "ssf.js"
}
},
"homepage": "https://oss.sheetjs.com/ssf",
"bugs": { "url": "https://github.com/SheetJS/ssf/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}