github-pages-deploy-action/node_modules/xregexp/package.json
2020-03-21 17:13:25 -04:00

92 lines
2.6 KiB
JSON

{
"_args": [
[
"xregexp@4.3.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "xregexp@4.3.0",
"_id": "xregexp@4.3.0",
"_inBundle": false,
"_integrity": "sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==",
"_location": "/xregexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xregexp@4.3.0",
"name": "xregexp",
"escapedName": "xregexp",
"rawSpec": "4.3.0",
"saveSpec": null,
"fetchSpec": "4.3.0"
},
"_requiredBy": [
"/eslint-plugin-react"
],
"_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.3.0.tgz",
"_spec": "4.3.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Steven Levithan",
"email": "steves_list@hotmail.com"
},
"bugs": {
"url": "https://github.com/slevithan/xregexp/issues"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.8.3"
},
"description": "Extended regular expressions",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-xregexp": "^0.0.6",
"browserify": "^16.2.0",
"eslint": "^4.19.1",
"jasmine": "^3.1.0",
"jsesc": "^2.5.1",
"unicode-12.1.0": "^0.8.0",
"unicode-property-value-aliases": "^3.0.0",
"zuul": "^3.11.1"
},
"files": [
"src",
"lib",
"tools/output",
"xregexp-all.js"
],
"homepage": "http://xregexp.com/",
"keywords": [
"regex",
"regexp",
"regular expression",
"unicode"
],
"license": "MIT",
"main": "./lib",
"name": "xregexp",
"repository": {
"type": "git",
"url": "git+https://github.com/slevithan/xregexp.git"
},
"scripts": {
"babel": "babel src -d lib",
"build": "browserify lib/index.js --standalone XRegExp > xregexp-all.js",
"build-unicode-data": "node tools/scripts/block-regex.js && node tools/scripts/category-regex.js && node tools/scripts/property-regex.js && node tools/scripts/script-regex.js",
"lint": "eslint .",
"prebuild": "npm run build-unicode-data && npm run lint && npm run babel",
"prepublish": "npm test",
"pretest": "npm run build",
"test": "jasmine JASMINE_CONFIG_PATH=tests/jasmine.json",
"test-browser": "npm run test-saucelabs -- --local --open",
"test-saucelabs": "npm run pretest && zuul tests/spec/*.js"
},
"version": "4.3.0"
}