{ "name": "m-class-list", "version": "1.1.10", "title": "mClassList", "description": "The super simple shim for `classList` of HTML and SVG, that transparently intercepts difference between modern browsers and semi-modern browsers.", "keywords": [ "classlist", "HTML", "SVG", "shim", "polyfill", "contains", "toggle", "replace" ], "main": "m-class-list.min.js", "module": "m-class-list.esm.js", "jsnext:main": "m-class-list.esm.js", "files": [ "m-class-list?(-debug).@(min.js|esm.js)", "bower.json" ], "devDependencies": { "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.2", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^7.1.5", "cross-env": "^7.0.3", "jasmine-core": "^3.7.1", "log4js": "^6.4.0", "node-static-alias": "^1.1.2", "pre-proc": "^1.0.2", "skeleton-loader": "^2.0.0", "webpack": "^4.46.0", "webpack-cli": "^3.3.12" }, "scripts": { "build": "cross-env NODE_ENV=production webpack --verbose", "dev": "webpack --verbose", "test": "node ./test/httpd" }, "homepage": "https://github.com/anseki/m-class-list", "repository": { "type": "git", "url": "git://github.com/anseki/m-class-list.git" }, "bugs": "https://github.com/anseki/m-class-list/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }