UNPKG

autonumeric

Version:

autoNumeric is a standalone Javascript library that provides live *as-you-type* formatting for international numbers and currencies. It supports most international numeric formats and currencies including those used in Europe, Asia, and North and South Am

171 lines (170 loc) 6.94 kB
{ "name": "autonumeric", "version": "4.10.8", "description": "autoNumeric is a standalone Javascript library that provides live *as-you-type* formatting for international numbers and currencies. It supports most international numeric formats and currencies including those used in Europe, Asia, and North and South America.", "main": "dist/autoNumeric.js", "browser": "dist/autoNumeric.min.js", "module": "src/main.js", "readmeFilename": "README.md", "keywords": [ "currency", "money", "monetary", "Euro", "Dollar", "Pound", "number", "numeric", "format", "formatting", "form", "input", "mask", "masked", "as-you-type", "live" ], "license": "MIT", "author": "Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>", "contributors": [ "Bob Knothe <bob@decorplanit.com>", "Carlos Gonzales <carlos.rgn@gmail.com>", "Lukas Drgon <lukas.drgon@gmail.com>", "Ney Estrabelli <neyestrabelli@gmail.com>", "Bernie Schelberg <bernie.schelberg@ausregistry.com.au>", "Carlos Ghan <charlie.brown.uy@gmail.com>", "Daniel Ruf <DanielRuf@users.noreply.github.com>", "Kenny Moens <kenny.moens@cipalschaubroeck.be>", "Luke Travis <luke.travis@k3integrations.com>", "Nicolai Ehemann <en@enlightened.de>", "Ruslan Isay <isay.r@i20.biz>", "Sebastian Busch <s.busch@obg-gruppe.de>", "chery-qualset-hcd-ca-gov <cheryl.qualset@hcd.ca.gov>", "neunato <wesleymustdie@gmail.com>", "randoum <randoum@gmail.com>", "Abdelghani AINOUSS <abel.ainou@gmail.Com>", "Adrian Dmitroca <dmitroca.adrian@gmail.com>", "Alex Turpin <alex.turpin@gmail.com>", "Aziz Khodjaev <ankh@inbox.ru>", "Boris Cherny <bcherny@gmail.com>", "Bruno Batista <bruno@atomtech.com.br>", "Burhan Zainuddin <burhan@codeyellow.nl>", "CoryFoy <github@cornetdesign.com>", "Ivan Hayes <git@ivanhayes.com>", "Jarin Udom <jarin@robotmodehq.com>", "Lothaire Laeuffer <32293830+LothaireLaeuffer@users.noreply.github.com>", "Marc Dagatan <53462376+marcdagatan@users.noreply.github.com>", "Matthew Thomson <32156362+matthewthomsonnz@users.noreply.github.com>", "Maxwell Barvian <max@barvian.me>", "Melloware <mellowaredev@gmail.com>", "Mic Biert <mbi@netz3.ch>", "Michael Seele <mseele@gmail.com>", "Oliver Schneider <olsio@users.noreply.github.com>", "Peter <peterboccia88@gmail.com>", "Ray <smdaegan@gmail.com>", "Sasha Koss <kossnocorp@gmail.com>", "Sebastian Busch <mail@sebastian-bus.ch>", "SvenTo <mail@sven.to>", "Willem Veelenturf <willem.veelenturf@gmail.com>", "Zayter Munive <zayter@koombea.com>", "beastlike <beastlike@users.noreply.github.com>", "shrpne <shrpne@gmail.com>", "tetreum <basura@yelidmod.com>" ], "homepage": "https://docs.autonumeric.org", "dependencies": {}, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.3", "@babel/eslint-parser": "^7.21.3", "@babel/plugin-transform-object-assign": "^7.2.0", "@babel/preset-env": "^7.4.3", "@babel/register": "^7.21.0", "@wdio/cli": "^8.6.7", "@wdio/jasmine-framework": "^8.6.7", "@wdio/local-runner": "^8.6.7", "@wdio/selenium-standalone-service": "^8.6.6", "@wdio/spec-reporter": "^8.6.6", "@wdio/static-server-service": "^8.6.6", "babel-loader": "^9.1.2", "compression-webpack-plugin": "^10.0.0", "core-js": "^3.29.1", "coveralls": "^3.0.6", "es-check": "^7.1.0", "eslint": "^8.36.0", "eslint-webpack-plugin": "^4.0.0", "imports-loader": "^4.0.1", "jasmine-core": "^4.6.0", "karma": "^6.4.1", "karma-chrome-launcher": "^3.1.1", "karma-coverage": "^2.0.1", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^5.1.0", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.4.0", "karma-spec-reporter": "^0.0.36", "karma-webpack": "^5.0.0", "loader-utils": "^3.2.1", "puppeteer": "^19.7.5", "rimraf": "^4.4.0", "terser-webpack-plugin": "^5.3.7", "webdriverio": "^8.6.7", "webpack": "^5.76.3", "webpack-cli": "^5.0.1", "webpack-merge": "^5.8.0" }, "scripts": { "authors": "sh tools/authors.sh", "build:dev": "webpack --config config/webpack.config.dev.js", "build:prd": "webpack --config config/webpack.config.prd.js", "build": "yarn clean:build && yarn build:dev && yarn build:prd && yarn es-check", "clean:build": "rimraf dist", "clean:coverage": "rimraf test/unit/coverage", "clean:e2e": "rimraf test/e2e/reports/* && rimraf test/e2e/screenshots/*", "clean:log": "rimraf npm-debug.log selenium-debug.log test/e2e/*.log yarn-error.log", "clean": "yarn clean:build && yarn clean:coverage && yarn clean:log && yarn clean:e2e", "lint": "eslint --ext .js src test/unit test/e2e", "lintfix": "eslint --fix --ext .js src test/unit test/e2e", "test": "yarn test:unit && yarn test:e2e", "test:unit": "karma start test/unit/karma.conf.js --single-run", "test:unitprogress": "karma start test/unit/karma.conf.js --single-run --reporters 'progress'", "test:unitpc": "karma start test/unit/karma.conf.js --single-run --browsers Firefox,Chrome --reporters 'progress'", "test:unitf": "karma start test/unit/karma.conf.js --single-run --browsers Firefox", "test:unitc": "karma start test/unit/karma.conf.js --single-run --browsers Chrome", "test:unitfp": "karma start test/unit/karma.conf.js --single-run --browsers Firefox --reporters 'progress'", "test:unitfhp": "karma start test/unit/karma.conf.js --single-run --browsers FirefoxDeveloperHeadless --reporters 'progress'", "test:unitcp": "karma start test/unit/karma.conf.js --single-run --browsers Chrome --reporters 'progress'", "test:unitchp": "karma start test/unit/karma.conf.js --single-run --browsers ChromeHeadless --reporters 'progress'", "test:unitheadless": "karma start test/unit/karma.conf.js --single-run --browsers FirefoxDeveloperHeadless,ChromeHeadless --reporters 'progress'", "test:e2e": "wdio test/e2e/wdio.local.conf.js", "travis:test": "yarn test:unitheadless", "travis:lint": "yarn lint", "es-check": "es-check es2017 dist/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/autoNumeric/autoNumeric.git" }, "bugs": { "url": "https://github.com/autoNumeric/autoNumeric/issues" }, "autoupdate": { "source": "git", "target": "git://github.com/autoNumeric/autoNumeric.git", "basePath": "", "files": [ "src/AutoNumeric.js", "src/AutoNumericDefaultSettings.js", "src/AutoNumericEnum.js", "src/AutoNumericEvents.js", "src/AutoNumericHelper.js", "src/AutoNumericOptions.js", "src/AutoNumericPredefinedOptions.js", "src/main.js" ] }, "funding": { "type": "patreon", "url": "https://www.patreon.com/AlexandreBonneau" } }