source: imaps-frontend/node_modules/@eslint-community/regexpp/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "@eslint-community/regexpp@4.12.1",
3 "_id": "@eslint-community/regexpp@4.12.1",
4 "_inBundle": false,
5 "_integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
6 "_location": "/@eslint-community/regexpp",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@eslint-community/regexpp@4.12.1",
12 "name": "@eslint-community/regexpp",
13 "escapedName": "@eslint-community%2fregexpp",
14 "scope": "@eslint-community",
15 "rawSpec": "4.12.1",
16 "saveSpec": null,
17 "fetchSpec": "4.12.1"
18 },
19 "_requiredBy": [
20 "/eslint"
21 ],
22 "_resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
23 "_shasum": "cfc6cffe39df390a3841cde2abccf92eaa7ae0e0",
24 "_spec": "@eslint-community/regexpp@4.12.1",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
26 "author": {
27 "name": "Toru Nagashima"
28 },
29 "bugs": {
30 "url": "https://github.com/eslint-community/regexpp/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {},
34 "deprecated": false,
[d565449]35 "description": "Regular expression parser for ECMAScript.",
[79a0317]36 "devDependencies": {
37 "@eslint-community/eslint-plugin-mysticatea": "^15.5.1",
38 "@rollup/plugin-node-resolve": "^14.1.0",
39 "@types/eslint": "^8.44.3",
40 "@types/jsdom": "^16.2.15",
41 "@types/mocha": "^9.1.1",
42 "@types/node": "^12.20.55",
43 "dts-bundle": "^0.7.3",
44 "eslint": "^8.50.0",
45 "js-tokens": "^8.0.2",
46 "jsdom": "^19.0.0",
47 "mocha": "^9.2.2",
48 "npm-run-all2": "^6.2.2",
49 "nyc": "^14.1.1",
50 "rimraf": "^3.0.2",
51 "rollup": "^2.79.1",
52 "rollup-plugin-sourcemaps": "^0.6.3",
53 "ts-node": "^10.9.1",
54 "typescript": "~5.0.2"
55 },
56 "engines": {
57 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
58 },
59 "exports": {
60 ".": {
61 "types": "./index.d.ts",
62 "import": "./index.mjs",
63 "default": "./index.js"
64 },
65 "./package.json": "./package.json"
66 },
67 "files": [
68 "index.*"
69 ],
70 "homepage": "https://github.com/eslint-community/regexpp#readme",
[d565449]71 "keywords": [
72 "regexp",
73 "regular",
74 "expression",
75 "parser",
76 "validator",
77 "ast",
78 "abstract",
79 "syntax",
80 "tree",
81 "ecmascript",
82 "es2015",
83 "es2016",
84 "es2017",
85 "es2018",
86 "es2019",
87 "es2020",
88 "es2021",
89 "annexB"
90 ],
[79a0317]91 "license": "MIT",
92 "main": "index",
93 "name": "@eslint-community/regexpp",
[d565449]94 "repository": {
95 "type": "git",
[79a0317]96 "url": "git+https://github.com/eslint-community/regexpp.git"
[d565449]97 },
98 "scripts": {
99 "build": "run-s build:*",
100 "build:dts": "npm run -s build:tsc -- --removeComments false && dts-bundle --name @eslint-community/regexpp --main .temp/index.d.ts --out ../index.d.ts && prettier --write index.d.ts",
[79a0317]101 "build:rollup": "rollup -c",
102 "build:tsc": "tsc --module es2015",
[d565449]103 "clean": "rimraf .temp index.*",
[79a0317]104 "debug": "mocha --require ts-node/register/transpile-only \"test/*.ts\" --reporter dot --timeout 10000",
[d565449]105 "lint": "eslint . --ext .ts",
[79a0317]106 "postversion": "git push && git push --tags",
107 "prebuild": "npm run -s clean",
108 "preversion": "npm test && npm run -s build",
109 "prewatch": "npm run -s clean",
[d565449]110 "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
111 "update:test": "ts-node scripts/update-fixtures.ts",
[79a0317]112 "update:test262:extract": "ts-node -T scripts/extract-test262.ts",
[d565449]113 "update:unicode": "run-s update:unicode:*",
114 "update:unicode:ids": "ts-node scripts/update-unicode-ids.ts",
115 "update:unicode:props": "ts-node scripts/update-unicode-properties.ts",
116 "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
117 },
[79a0317]118 "version": "4.12.1"
[d565449]119}
Note: See TracBrowser for help on using the repository browser.