projecte_ionic/node_modules/regexpp/package.json
2022-02-09 18:30:03 +01:00

121 lines
3.4 KiB
JSON
Executable file

{
"_from": "regexpp@^3.0.0",
"_id": "regexpp@3.2.0",
"_inBundle": false,
"_integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
"_location": "/regexpp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regexpp@^3.0.0",
"name": "regexpp",
"escapedName": "regexpp",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@typescript-eslint/eslint-plugin",
"/eslint"
],
"_resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
"_shasum": "0425a2768d8f23bad70ca4b90461fa2f1213e1b2",
"_spec": "regexpp@^3.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@typescript-eslint/eslint-plugin",
"author": {
"name": "Toru Nagashima",
"url": "https://github.com/mysticatea"
},
"bugs": {
"url": "https://github.com/mysticatea/regexpp/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Regular expression parser for ECMAScript.",
"devDependencies": {
"@mysticatea/eslint-plugin": "^11.0.0",
"@types/eslint": "^4.16.2",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.2",
"@types/node": "^12.6.8",
"codecov": "^3.5.0",
"dts-bundle": "^0.7.3",
"eslint": "^6.1.0",
"jsdom": "^15.1.1",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"rimraf": "^2.6.2",
"rollup": "^1.17.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"engines": {
"node": ">=8"
},
"exports": {
".": {
"import": "./index.mjs",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.*"
],
"funding": "https://github.com/sponsors/mysticatea",
"homepage": "https://github.com/mysticatea/regexpp#readme",
"keywords": [
"regexp",
"regular",
"expression",
"parser",
"validator",
"ast",
"abstract",
"syntax",
"tree",
"ecmascript",
"es2015",
"es2016",
"es2017",
"es2018",
"es2019",
"es2020",
"annexB"
],
"license": "MIT",
"main": "index",
"name": "regexpp",
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/regexpp.git"
},
"scripts": {
"build": "run-s build:*",
"build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
"build:rollup": "rollup -c",
"build:tsc": "tsc --module es2015",
"clean": "rimraf .temp index.*",
"codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
"lint": "eslint scripts src test --ext .ts",
"postversion": "git push && git push --tags",
"prebuild": "npm run -s clean",
"pretest": "run-s build lint",
"preversion": "npm test",
"prewatch": "npm run -s clean",
"test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
"update:test": "ts-node scripts/update-fixtures.ts",
"update:unicode": "run-s update:unicode:*",
"update:unicode:ids": "ts-node scripts/update-unicode-ids.ts",
"update:unicode:props": "ts-node scripts/update-unicode-properties.ts",
"version": "npm run -s build",
"watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
},
"version": "3.2.0"
}