lamed_table
Version:
Light table implementation
120 lines (119 loc) • 4.8 kB
JSON
{
"name": "lamed_table",
"version": "1.11.33",
"description": "Light table implementation",
"main": "src/table.js",
"url": "https://www.npmjs.com/package/lamed_table",
"scripts": {
"test": "mocha \"./{,!(node_modules)/**/}*.runner.js\" --timeout 6000",
"test2": "nodemon --exec \"npm test\"",
"coverage_test": "npm run line && nyc mocha \"./{,!(node_modules)/**/}*.runner.js\" --timeout 3000",
"coverage_report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage": "npm run coverage_test && npm run coverage_report",
"rules": "standard | snazzy",
"fix": "standard --fix",
"commit": "cd && git add . && git commit -a -m \"config updates\" && cd",
"bump": "npm version patch -m \"Bumping to %s\"",
"push": "npm run line && echo PUSH and release to MASTER... && git push origin master",
"release": "cd && npm run fix && npm test && npm run patch && start npm run push",
"ncu": "cd && ncu -u -l info --timeout 70000 && cd && npm run yarn2",
"patch": "npm version patch -m \"Patch version %s\"",
"prep": "npm run fix && npm test && npm run patch",
"commitAll": "npm run yarn2 && npm run fix && npm run commit && npm test && npm run push",
"commitFast": "cd && npm run line && npm run commit && npm run push && git status && cd",
"gitfix": "npm run commitfix && npm run v_patch && npm run push",
"test_yarn": "npm run yarn2 && npm test && npm run fix",
"pull": "cd && npm run line && git pull && npm run yarn2 && npm test && cd",
"upgrade": "npm run ncu && npm run commit && npm run release && npm run line",
"beta": "npm run commit && npm run release",
"install2": "npm install -g npm@latest",
"yarn2": "cd && del package-lock.json && yarn --ignore-scripts",
"yarnfast": "yarn --ignore-scripts --offline",
"line": "echo ----------------------- && cd && echo -----------------------",
"local": "npm run yarn2",
"clean": "rmdir node_modules /s /q",
"qa": "cd && npm run coverage_test && cd",
"add": "cd && yarn --ignore-scripts add --",
"testall": "cd && npm run fix && npm run test && cd",
"commitfix": "npm run testall && cd && git add . && git commit -a -m \"Bug fixes\" && cd",
"commitnew": "npm run testall && cd && git add . && git commit -a -m \"Added new features\" && cd",
"git": "cd && git add . && git commit -a -m \"sync changes\" && cd",
"gitnew": "npm run commitnew && npm run v_minor && npm run push",
"v_patch": "npm version patch -m \"Patch version to %s\"",
"v_minor": "npm version minor -m \"Upgrade version to %s\"",
"gitfixrep": "git rm -r --cached . && git add . && git commit -m \".gitignore fix\"",
"commitredo": "npm run testall && cd && git add . && git commit -a -m \"Refactor and improve code\" && cd",
"gitredo": "npm run commitredo && npm run v_patch && npm run push",
"global": "cd && npm i -g eslint babel-eslint codecov mocha nyc snazzy standard symlink-dir console-countdown",
"compiler": "cd && npm i --dev webpack webpack-cli webpack-strip-block uglifyjs-webpack-plugin",
"log": "npm run line && git log --since=2.weeks --pretty=format:\"%h - %an, %ar : %s\" && git status",
"log2": "npm run line && git --no-pager log --pretty=format:\"%h - %an, %ar : %s\" > log.txt && git status > log2.txt && dir log*.txt"
},
"nyc": {
"exclude": [
"**/test.runner.js",
"**/readline.js**"
]
},
"standard": {
"env": [
"mocha"
],
"ignore": [
"**/out/",
"**/output/",
"/lib/select2/",
"/lib/ckeditor/",
"tmp.js",
"**/templates/",
"**/dist/",
"**/docs/",
"**/cdn/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/perezLamed/lamed_table.git"
},
"author": "Perez Lamed van Niekerk",
"license": "MIT",
"bugs": {
"url": "https://github.com/perezLamed/lamed_table/issues"
},
"homepage": "https://github.com/perezLamed/lamed_table#readme",
"dependencies": {
"chalk": "^3.0.0",
"io_csv": "^0.0.46",
"io_format": "^1.2.20",
"lamed_array2": "^0.4.7",
"lamed_keyvalue": "^0.1.13",
"lamed_name": "^1.0.87",
"lamed_test": "^2.11.36",
"ltype_array": "^1.0.4",
"ltype_convert": "^0.0.14",
"ltype_number": "^0.0.13",
"ltype_string": "^0.0.13"
},
"devDependencies": {
"lamed_folder": "^1.2.111",
"lamed_io": "^1.6.24"
},
"about": {
"role": "JavaScript developer",
"task": "use table structure manipulate state information",
"reason": "to simplify complicated tasks and state information",
"npm": true,
"include": []
},
"keywords": [
"lamed",
"array",
"search",
"filter",
"table",
"data",
"back-end",
"csv",
"data-table"
]
}