{ "_from": "vue-numeric@^2.3.0", "_id": "vue-numeric@2.3.0", "_inBundle": false, "_integrity": "sha1-1uWqfFA1qG8uNkgfsf0P4rxEX5I=", "_location": "/vue-numeric", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vue-numeric@^2.3.0", "name": "vue-numeric", "escapedName": "vue-numeric", "rawSpec": "^2.3.0", "saveSpec": null, "fetchSpec": "^2.3.0" }, "_requiredBy": [ "/mdbvue" ], "_resolved": "https://registry.npmjs.org/vue-numeric/-/vue-numeric-2.3.0.tgz", "_shasum": "d6e5aa7c5035a86f2e36481fb1fd0fe2bc445f92", "_spec": "vue-numeric@^2.3.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mdbvue", "author": { "name": "Kevin Ongko" }, "babel": { "presets": [ [ "env", { "uglify": true, "modules": false, "targets": { "browsers": [ "> 1%", "last 2 versions", "not ie <= 8" ] } } ] ], "env": { "test": { "plugins": [ "istanbul" ] } } }, "bugs": { "url": "https://github.com/kevinongko/vue-numeric/issues" }, "bundleDependencies": false, "dependencies": { "accounting-js": "^1.1.1" }, "deprecated": false, "description": "Input field component to display currency value based on Vue.", "devDependencies": { "avoriaz": "^4.0.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-istanbul": "^4.1.4", "babel-preset-env": "^1.6.0", "chai": "^4.1.2", "clean-webpack-plugin": "^0.1.16", "codecov": "^2.3.0", "cross-env": "^5.0.5", "css-loader": "^0.28.7", "eslint": "^4.6.0", "eslint-plugin-vue": "^4.2.0", "karma": "^1.7.1", "karma-coverage": "^1.1.1", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-sinon-chai": "^1.3.2", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "^0.0.31", "karma-webpack": "^2.0.4", "mocha": "^3.5.0", "phantomjs-prebuilt": "^2.1.15", "sinon": "^3.2.1", "sinon-chai": "^2.13.0", "vue": "^2.4.2", "vue-loader": "^13.0.4", "vue-template-compiler": "^2.4.2", "webpack": "^3.5.5" }, "eslintConfig": { "extends": [ "eslint:recommended", "plugin:vue/recommended" ] }, "homepage": "https://github.com/kevinongko/vue-numeric#readme", "keywords": [ "component", "currency", "input", "text", "number", "numeric", "separator", "vue", "vue.js" ], "license": "MIT", "main": "dist/vue-numeric.min.js", "name": "vue-numeric", "repository": { "type": "git", "url": "git+https://github.com/kevinongko/vue-numeric.git" }, "scripts": { "build": "webpack --hide-modules -p --progress", "lint": "eslint --ext .js,.vue src spec", "report-coverage": "codecov", "test": "cross-env BABEL_ENV=test ./node_modules/.bin/karma start test/karma.config.js", "test:watch": "cross-env BABEL_ENV=test ./node_modules/.bin/karma start test/karma.config.js --single-run=false" }, "version": "2.3.0" }