Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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