{ "_args": [ [ "handsontable@7.4.2", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "handsontable@7.4.2", "_id": "handsontable@7.4.2", "_inBundle": false, "_integrity": "sha1-EQl7F8NuXf/Z9U/r3ZBMMAbE8o4=", "_location": "/handsontable", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "handsontable@7.4.2", "name": "handsontable", "escapedName": "handsontable", "rawSpec": "7.4.2", "saveSpec": null, "fetchSpec": "7.4.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.nlark.com/handsontable/download/handsontable-7.4.2.tgz", "_spec": "7.4.2", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Handsoncode", "email": "hello@handsontable.com" }, "bugs": { "url": "https://github.com/handsontable/handsontable/issues" }, "dependencies": { "@types/pikaday": "1.7.4", "core-js": "^3.0.0", "hot-formula-parser": "^3.0.1", "moment": "2.24.0", "numbro": "2.1.2", "pikaday": "1.8.0" }, "description": "Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.", "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/polyfill": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/register": "^7.8.3", "@babel/runtime": "^7.8.3", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^11.0.0-beta.2", "babel-jest": "^24.1.0", "babel-loader": "^8.0.4", "babel-plugin-forbidden-imports": "^0.1.2", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "babel-plugin-transform-require-ignore": "^0.1.1", "concurrently": "^4.1.1", "copy-webpack-plugin": "^5.1.0", "cpy-cli": "^2.0.0", "cross-env": "^5.0.1", "css-loader": "^2.1.1", "ecstatic": "^4.1.2", "env-cmd": "^9.0.3", "eslint": "^5.13.0", "eslint-config-airbnb-base": "^11.3.1", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.7.0", "fs-extra": "^4.0.2", "glob": "^7.1.2", "html-parse-stringify": "^1.0.3", "html-webpack-plugin": "^3.2.0", "jasmine-co": "^1.2.2", "jasmine-core": "^3.4.0", "jasmine-terminal-reporter": "^1.0.3", "jest": "^24.8.0", "jest-cli": "^24.7.1", "loader-utils": "^1.1.0", "mini-css-extract-plugin": "^0.5.0", "on-build-webpack": "^0.1.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "progress-bar-webpack-plugin": "^1.10.0", "puppeteer": "^2.1.1", "rimraf": "^2.5.4", "spawn-command": "0.0.2", "string-replace-webpack-plugin": "^0.1.3", "style-loader": "^0.18.2", "supports-color": "^4.2.1", "tree-kill": "^1.2.2", "typescript": "^3.3.3", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" }, "homepage": "https://handsontable.com/", "jest": { "roots": [ "./test/unit", "./src/plugins", "./src/3rdparty/walkontable/test/unit" ], "setupFilesAfterEnv": [ "/test/bootstrap.js" ], "testRegex": "(\\.spec\\.js)|(\\.unit\\.js)$", "testPathIgnorePatterns": [ "/node_modules/" ], "moduleNameMapper": { "^handsontable(.*)$": "/src$1", "^walkontable(.*)$": "/src/3rdparty/walkontable/src$1", "\\.css$": "/test/__mocks__/styleMock.js" } }, "jsdelivr": "dist/handsontable.full.min.js", "jsnext:main": "es/index.js", "keywords": [ "data", "grid", "table", "editor", "grid-editor", "data-grid", "data-table", "spreadsheet", "excel", "tabular-data", "edit-cell", "editable-table", "data-spreadsheet" ], "license": "SEE LICENSE IN LICENSE.txt", "main": "commonjs/index.js", "module": "es/index.js", "name": "handsontable", "repository": { "type": "git", "url": "git+https://github.com/handsontable/handsontable.git" }, "resolutions": { "babel-core": "7.0.0-bridge.0" }, "scripts": { "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd.min && npm run build:languages && npm run build:languages.min", "build:commonjs": "cross-env-shell BABEL_ENV=commonjs_dist env-cmd -f ./hot.config.js babel src --out-dir commonjs", "build:es": "cross-env-shell BABEL_ENV=es env-cmd -f ./hot.config.js babel src --out-dir es", "build:languages": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=languages-development env-cmd -f ./hot.config.js webpack", "build:languages.min": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=languages-production env-cmd -f ./hot.config.js webpack", "build:umd": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=development env-cmd -f ./hot.config.js webpack --hide-modules ./src/index.js", "build:umd.min": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=production env-cmd -f ./hot.config.js webpack --hide-modules ./src/index.js", "build:walkontable": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=walkontable env-cmd -f ./hot.config.js webpack --hide-modules ./src/3rdparty/walkontable/src/index.js", "clean": "rimraf commonjs es coverage tmp", "lint": "eslint src/ test/", "lint:fix": "eslint --fix src/ test/", "postinstall": "node -p \"'Handsontable is no longer released under the MIT license. Read more about this change on our blog at https://handsontable.com/blog.'\"", "release": "npm run clean && npm run build && npm publish", "test": "npm run lint && npm run test:unit && npm run test:types && npm run test:walkontable && npm run test:e2e && npm run test:production", "test.random": "npm run lint && npm run test:unit && npm run test:types && npm run test:walkontable.random && npm run test:e2e.random && npm run test:production.random", "test:e2e": "npm run build:umd && npm run build:languages && npm run test:e2e.dump && npm run test:e2e.puppeteer", "test:e2e.dump": "cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-e2e env-cmd -f ./hot.config.js webpack --hide-modules helpers=./test/helpers/index.js e2e=./test/e2e/index.js", "test:e2e.puppeteer": "node test/scripts/run-puppeteer.js test/E2ERunner.html", "test:e2e.random": "npm run build:umd && npm run build:languages && npm run test:e2e.dump && npm run test:e2e.puppeteer -- --random", "test:e2e.watch": "node ./.config/bin/trigger-on-stdout-change.js \"concurrently --raw --kill-others \\\"npm run build:umd -- --watch\\\" \\\"npm run test:e2e.dump -- --watch\\\"\" \"npm run test:e2e.puppeteer\"", "test:mobile.dump": "cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-mobile env-cmd --no-override ./hot.config.js webpack --hide-modules helpers=./test/helpers/index.js mobile=./test/e2e/mobile/index.js", "test:production": "npm run build:umd.min && npm run build:languages.min && npm run test:production.dump && npm run test:e2e.puppeteer", "test:production.dump": "cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-production env-cmd -f ./hot.config.js webpack --hide-modules helpers=./test/helpers/index.js e2e=./test/e2e/index.js", "test:production.random": "npm run build:umd.min && npm run build:languages.min && npm run test:production.dump && npm run test:e2e.puppeteer -- --random", "test:types": "tsc -p ./test/types", "test:unit": "cross-env-shell npm_config_testPathPattern=. BABEL_ENV=commonjs env-cmd -f ./hot.config.js jest --testPathPattern=$npm_config_testPathPattern", "test:unit.watch": "cross-env-shell BABEL_ENV=commonjs env-cmd -f ./hot.config.js jest --testPathPattern=$npm_config_testPathPattern --watch", "test:walkontable": "npm run build:walkontable && npm run test:walkontable.dump && npm run test:walkontable.puppeteer", "test:walkontable.dump": "cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-walkontable env-cmd -f ./hot.config.js webpack --hide-modules helpers=./src/3rdparty/walkontable/test/helpers/index.js specs=./src/3rdparty/walkontable/test/spec/index.js", "test:walkontable.puppeteer": "node test/scripts/run-puppeteer.js src/3rdparty/walkontable/test/SpecRunner.html", "test:walkontable.random": "npm run build:walkontable && npm run test:walkontable.dump && npm run test:walkontable.puppeteer -- --random", "test:walkontable.watch": "node ./.config/bin/trigger-on-stdout-change.js \"concurrently --raw --kill-others \\\"npm run build:walkontable -- --watch\\\" \\\"npm run test:walkontable.dump -- --watch\\\"\" \"npm run test:walkontable.puppeteer\"", "watch": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=watch env-cmd -f ./hot.config.js webpack --hide-modules --watch src/index.js" }, "typings": "./handsontable.d.ts", "unpkg": "dist/handsontable.full.min.js", "version": "7.4.2" }