Socket
Socket
Sign inDemoInstall

@abetomo/csv-select

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abetomo/csv-select - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

dist/_nuxt/2b27456.js

124

package.json
{
"name": "@abetomo/csv-select",
"version": "0.0.6",
"description": "It is a Calro application that runs SQL queries against csv data.",
"version": "1.0.0",
"description": "It is a Electron application that runs SQL queries against csv data.",
"keywords": [
"csv",
"sql",
"carlo",
"electron",
"sqlite"
],
"scripts": {
"dev": "node --max-old-space-size=4096 ./scripts/dev.js",
"build": "NODE_ENV=production node --max-old-space-size=4096 ./scripts/build.js",
"launch": "node ./scripts/carlo.js",
"lint": "eslint --ext .js,.vue src scripts",
"pkg": "npm run build && pkg . --out-path build/Release",
"prepare": "npm run build",
"test": "echo \"Info: no test specified\" && exit 0"
},
"author": "abetomo",
"license": "MIT",
"dependencies": {
"carlo": "^0.9.43"
"repository": {
"type": "git",
"url": "git+https://github.com/abetomo/csv-select.git"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@vue/component-compiler-utils": "^2.5.0",
"bulma": "^0.7.2",
"csv-parse": "^4.3.0",
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"fs-extra": "^7.0.1",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.11.0",
"pkg": "^4.3.7",
"sass": "^1.16.0",
"sass-loader": "^7.1.0",
"sql.js": "^0.5.0",
"typescript": "^3.2.2",
"typescript-eslint-parser": "^21.0.2",
"vue": "^2.5.22",
"vue-hot-reload-api": "^2.3.1",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.22"
"bugs": {
"url": "https://github.com/abetomo/csv-select/issues"
},
"homepage": "https://github.com/abetomo/csv-select#readme",
"main": "main.js",
"bin": {
"csv-select": "./scripts/carlo.js"
"csv-select": "./scripts/electron.js"
},
"files": [
"LICENSE",
"README.md",
"dist",
"package.json",
"scripts"
"main.js",
"scripts/electron.js"
],
"pkg": {
"assets": [
"dist/*"
]
"scripts": {
"dev": "nuxt-ts",
"dev-electron": "NODE_ENV=dev electron main.js",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint:js": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"prepublishOnly": "BASE_DIR=./ npm run generate",
"test": "npm run lint && npm run unit",
"unit": "echo \"Info: no jest test specified\" && exit 0"
},
"lint-staged": {
"*.{js,vue}": "eslint",
"*.{css,vue}": "stylelint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"electron": "^10.1.2"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@nuxt/types": "^2.14.5",
"@nuxt/typescript-build": "^2.0.3",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@vue/composition-api": "^1.0.0-beta.14",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"core-js": "^3.6.5",
"csv-parse": "^4.12.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.3.0",
"nuxt": "^2.14.5",
"nuxt-buefy": "^0.4.3",
"prettier": "^2.1.1",
"sql.js": "^0.5.0",
"stylelint": "^13.7.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"ts-jest": "^26.3.0",
"vue-jest": "^3.0.4"
},
"publishConfig": {

@@ -71,0 +91,0 @@ "access": "public"

# csv-select
It is a [Calro](https://github.com/GoogleChromeLabs/carlo) application that runs SQL queries against csv data.
[![npm version](https://badge.fury.io/js/%40abetomo%2Fcsv-select.svg)](https://badge.fury.io/js/%40abetomo%2Fcsv-select)
It is a [Electron](https://www.electronjs.org/) application that runs SQL queries against csv data.
## Install

@@ -18,3 +20,6 @@

% npm i
% npm run dev
% npm run dev # on browser
% npm run dev-electron # on electron
```

@@ -21,0 +26,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc