package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. "/@typescript-eslint/eslint-plugin",
  20. "/eslint"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/regexpp/-/regexpp-2.0.1.tgz",
  23. "_shasum": "8d19d31cf632482b589049f8281f93dbcba4d07f",
  24. "_spec": "regexpp@^2.0.1",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\@typescript-eslint\\eslint-plugin",
  26. "author": {
  27. "name": "Toru Nagashima",
  28. "url": "https://github.com/mysticatea"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mysticatea/regexpp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Regular expression parser for ECMAScript 2018.",
  37. "devDependencies": {
  38. "@types/eslint": "^4.16.2",
  39. "@types/mocha": "^5.2.2",
  40. "@types/node": "^10.3.3",
  41. "coveralls": "^3.0.1",
  42. "dts-bundle": "^0.7.3",
  43. "eslint": "^4.19.1",
  44. "eslint-plugin-mysticatea": "^5.0.0-beta.15",
  45. "mocha": "^5.2.0",
  46. "npm-run-all": "^4.1.3",
  47. "nyc": "^12.0.2",
  48. "rimraf": "^2.6.2",
  49. "rollup": "^0.60.7",
  50. "rollup-plugin-node-resolve": "^3.3.0",
  51. "rollup-plugin-sourcemaps": "^0.4.2",
  52. "rollup-watch": "^4.3.1",
  53. "ts-node": "^6.1.1",
  54. "typescript": "^2.9.2",
  55. "typescript-eslint-parser": "^16.0.0"
  56. },
  57. "engines": {
  58. "node": ">=6.5.0"
  59. },
  60. "files": [
  61. "index.*"
  62. ],
  63. "homepage": "https://github.com/mysticatea/regexpp#readme",
  64. "keywords": [
  65. "regexp",
  66. "regular",
  67. "expression",
  68. "parser",
  69. "validator",
  70. "ast",
  71. "abstract",
  72. "syntax",
  73. "tree",
  74. "ecmascript",
  75. "es2015",
  76. "es2016",
  77. "es2017",
  78. "es2018",
  79. "annexB"
  80. ],
  81. "license": "MIT",
  82. "main": "index",
  83. "name": "regexpp",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/mysticatea/regexpp.git"
  87. },
  88. "scripts": {
  89. "build": "run-s build:*",
  90. "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
  91. "build:rollup": "rollup -c",
  92. "build:tsc": "tsc --module es2015",
  93. "clean": "rimraf .temp index.*",
  94. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  95. "lint": "eslint scripts src test --ext .ts",
  96. "postversion": "git push && git push --tags",
  97. "prebuild": "npm run -s clean",
  98. "pretest": "run-s build lint",
  99. "preversion": "npm test",
  100. "prewatch": "npm run -s clean",
  101. "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
  102. "update:ids": "ts-node scripts/update-unicode-ids.ts",
  103. "update:test": "ts-node scripts/update-fixtures.ts",
  104. "version": "npm run -s build",
  105. "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"
  106. },
  107. "version": "2.0.1"
  108. }