sheetjs/packages/ssf/package.json

61 lines
1.1 KiB
JSON
Raw Normal View History

2013-12-06 16:49:25 +00:00
{
2017-03-21 07:45:12 +00:00
"name": "ssf",
2023-10-24 01:22:11 +00:00
"version": "0.11.3",
2017-08-01 02:28:37 +00:00
"author": "sheetjs",
2017-03-21 07:45:12 +00:00
"description": "Format data using ECMA-376 spreadsheet Format Codes",
"keywords": [
"format",
"sprintf",
"spreadsheet"
],
2022-03-09 11:28:19 +00:00
"main": "ssf.js",
"types": "types",
2017-03-21 07:45:12 +00:00
"dependencies": {
"frac":"~1.1.2"
2017-03-21 07:45:12 +00:00
},
"devDependencies": {
"@sheetjs/uglify-js":"~2.7.3",
"@types/node":"^8.0.7",
"blanket": "~1.2.3",
"dtslint": "^0.1.2",
"mocha": "~2.5.3",
2023-12-05 08:19:42 +00:00
"typescript": "2.2.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
2017-03-21 07:45:12 +00:00
},
"repository": {
"type": "git",
2023-10-24 01:22:11 +00:00
"url": "https://git.sheetjs.com/SheetJS/sheetjs",
2022-03-09 11:28:19 +00:00
"directory": "packages/ssf"
},
2017-03-21 07:45:12 +00:00
"scripts": {
"test": "make test",
"tests-only": "make travis",
"build": "make",
"lint": "make fullint",
"dtslint": "dtslint types"
2017-03-21 07:45:12 +00:00
},
"config": {
"blanket": {
"pattern": "ssf.js"
}
},
"alex": {
"allow": [
"special",
"simple",
"just",
"crash",
"wtf",
"holes"
]
},
2023-10-24 01:22:11 +00:00
"homepage": "https://sheetjs.com/",
"bugs": {
2023-10-24 01:22:11 +00:00
"url": "https://git.sheetjs.com/SheetJS/sheetjs/issues"
},
2017-03-21 07:45:12 +00:00
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
2013-12-06 16:49:25 +00:00
}