Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "regexpp@^2.0.1",
  3. "_id": "regexpp@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==",
  6. "_location": "/regexpp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regexpp@^2.0.1",
  12. "name": "regexpp",
  13. "escapedName": "regexpp",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz",
  22. "_shasum": "8d19d31cf632482b589049f8281f93dbcba4d07f",
  23. "_spec": "regexpp@^2.0.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Toru Nagashima",
  27. "url": "https://github.com/mysticatea"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mysticatea/regexpp/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Regular expression parser for ECMAScript 2018.",
  36. "devDependencies": {
  37. "@types/eslint": "^4.16.2",
  38. "@types/mocha": "^5.2.2",
  39. "@types/node": "^10.3.3",
  40. "coveralls": "^3.0.1",
  41. "dts-bundle": "^0.7.3",
  42. "eslint": "^4.19.1",
  43. "eslint-plugin-mysticatea": "^5.0.0-beta.15",
  44. "mocha": "^5.2.0",
  45. "npm-run-all": "^4.1.3",
  46. "nyc": "^12.0.2",
  47. "rimraf": "^2.6.2",
  48. "rollup": "^0.60.7",
  49. "rollup-plugin-node-resolve": "^3.3.0",
  50. "rollup-plugin-sourcemaps": "^0.4.2",
  51. "rollup-watch": "^4.3.1",
  52. "ts-node": "^6.1.1",
  53. "typescript": "^2.9.2",
  54. "typescript-eslint-parser": "^16.0.0"
  55. },
  56. "engines": {
  57. "node": ">=6.5.0"
  58. },
  59. "files": [
  60. "index.*"
  61. ],
  62. "homepage": "https://github.com/mysticatea/regexpp#readme",
  63. "keywords": [
  64. "regexp",
  65. "regular",
  66. "expression",
  67. "parser",
  68. "validator",
  69. "ast",
  70. "abstract",
  71. "syntax",
  72. "tree",
  73. "ecmascript",
  74. "es2015",
  75. "es2016",
  76. "es2017",
  77. "es2018",
  78. "annexB"
  79. ],
  80. "license": "MIT",
  81. "main": "index",
  82. "name": "regexpp",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/mysticatea/regexpp.git"
  86. },
  87. "scripts": {
  88. "build": "run-s build:*",
  89. "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
  90. "build:rollup": "rollup -c",
  91. "build:tsc": "tsc --module es2015",
  92. "clean": "rimraf .temp index.*",
  93. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  94. "lint": "eslint scripts src test --ext .ts",
  95. "postversion": "git push && git push --tags",
  96. "prebuild": "npm run -s clean",
  97. "pretest": "run-s build lint",
  98. "preversion": "npm test",
  99. "prewatch": "npm run -s clean",
  100. "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
  101. "update:ids": "ts-node scripts/update-unicode-ids.ts",
  102. "update:test": "ts-node scripts/update-fixtures.ts",
  103. "version": "npm run -s build",
  104. "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"
  105. },
  106. "version": "2.0.1"
  107. }