72 lines
1.4 KiB
JSON
72 lines
1.4 KiB
JSON
{
|
|
"name": "printj",
|
|
"version": "1.3.1",
|
|
"author": "sheetjs",
|
|
"description": "Pure-JS printf",
|
|
"keywords": [
|
|
"printf",
|
|
"sprintf",
|
|
"format",
|
|
"string"
|
|
],
|
|
"bin": {
|
|
"printj": "bin/printj.njs"
|
|
},
|
|
"main": "printj.js",
|
|
"module": "printj.mjs",
|
|
"types": "types",
|
|
"browser": {
|
|
"process": false,
|
|
"util": false
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"@sheetjs/uglify-js": "~2.7.3",
|
|
"@types/node": "^8.0.7",
|
|
"alex": "10.0.0",
|
|
"blanket": "~1.2.3",
|
|
"dtslint": "4.2.1",
|
|
"eslint": "6.8.0",
|
|
"eslint-plugin-html": "6.0.0",
|
|
"eslint-plugin-json": "1.4.0",
|
|
"jscs": "3.0.7",
|
|
"jshint": "2.9.6",
|
|
"markdown-spellcheck": "1.3.1",
|
|
"mocha": "~2.5.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/SheetJS/printj.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test",
|
|
"build": "make",
|
|
"lint": "make fullint",
|
|
"dtslint": "dtslint types"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "printj.js"
|
|
}
|
|
},
|
|
"alex": {
|
|
"allow": [
|
|
"whitespace",
|
|
"special",
|
|
"period",
|
|
"just",
|
|
"invalid"
|
|
]
|
|
},
|
|
"homepage": "https://sheetjs.com/",
|
|
"files": ["printj.js", "printj.mjs", "bin/printj.njs", "LICENSE", "README.md", "shim.js", "dist/*.js", "dist/*.map", "dist/LICENSE", "types/index.d.ts", "types/*.json"],
|
|
"bugs": {
|
|
"url": "https://github.com/SheetJS/printj/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
}
|