UNPKG

babel-plugin-transform-dotall-regex

Version:
47 lines (46 loc) 1.24 kB
{ "name": "babel-plugin-transform-dotall-regex", "version": "1.0.1", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "homepage": "https://github.com/mathiasbynens/babel-plugin-transform-dotall-regex", "main": "dist/index.js", "engines": { "node": ">=4" }, "keywords": [ "babel-plugin", "regex", "regexp", "regular expressions", "dotall" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mathiasbynens/babel-plugin-transform-dotall-regex.git" }, "bugs": "https://github.com/mathiasbynens/babel-plugin-transform-dotall-regex/issues", "files": [ "dist" ], "scripts": { "build": "babel src -d dist", "clean": "rm -rf dist", "prepublish": "npm run clean && npm run build", "test": "mocha --compilers js:babel-register", "test:watch": "npm run test -- --watch" }, "dependencies": { "babel-helper-regex": "^6.8.0", "babel-runtime": "^6.11.6", "regexpu-core": "^3.3.0" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.13.2", "babel-preset-es2015": "^6.13.2", "babel-register": "^6.11.6", "istanbul": "^0.4.4", "mocha": "^3.0.2" } }