forked from sheetjs/sheetjs
SheetJS
c299585bfb
- Updated frac to 0.3.1 (issue with numbers exceeding 2**32) - Invalid dates render empty string - Sub-second string format - First steps towards Engineering format - Fraction formats don't render blanks in the case of zero - Trailing spaces removed - More implied tests
27 lines
638 B
JSON
27 lines
638 B
JSON
{
|
|
"name": "ssf",
|
|
"version": "0.5.1",
|
|
"author": "SheetJS",
|
|
"description": "pure-JS library to format data using ECMA-376 spreadsheet Format Codes",
|
|
"keywords": [ "format", "sprintf", "spreadsheet" ],
|
|
"main": "ssf.js",
|
|
"dependencies": {
|
|
"voc":"",
|
|
"colors":"",
|
|
"frac":"0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/ssf.git" },
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"bin": {
|
|
"ssf": "./bin/ssf.njs"
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/ssf/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|