package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "regexpp@3.1.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regexpp@3.1.0",
  10. "_id": "regexpp@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==",
  13. "_location": "/regexpp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regexpp@3.1.0",
  19. "name": "regexpp",
  20. "escapedName": "regexpp",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Toru Nagashima",
  33. "url": "https://github.com/mysticatea"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mysticatea/regexpp/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Regular expression parser for ECMAScript.",
  40. "devDependencies": {
  41. "@mysticatea/eslint-plugin": "^11.0.0",
  42. "@types/eslint": "^4.16.2",
  43. "@types/jsdom": "^12.2.4",
  44. "@types/mocha": "^5.2.2",
  45. "@types/node": "^12.6.8",
  46. "codecov": "^3.5.0",
  47. "dts-bundle": "^0.7.3",
  48. "eslint": "^6.1.0",
  49. "jsdom": "^15.1.1",
  50. "mocha": "^6.2.0",
  51. "npm-run-all": "^4.1.5",
  52. "nyc": "^14.1.1",
  53. "rimraf": "^2.6.2",
  54. "rollup": "^1.17.0",
  55. "rollup-plugin-node-resolve": "^5.2.0",
  56. "rollup-plugin-sourcemaps": "^0.4.2",
  57. "ts-node": "^8.3.0",
  58. "typescript": "^3.5.3"
  59. },
  60. "engines": {
  61. "node": ">=8"
  62. },
  63. "files": [
  64. "index.*"
  65. ],
  66. "funding": "https://github.com/sponsors/mysticatea",
  67. "homepage": "https://github.com/mysticatea/regexpp#readme",
  68. "keywords": [
  69. "regexp",
  70. "regular",
  71. "expression",
  72. "parser",
  73. "validator",
  74. "ast",
  75. "abstract",
  76. "syntax",
  77. "tree",
  78. "ecmascript",
  79. "es2015",
  80. "es2016",
  81. "es2017",
  82. "es2018",
  83. "es2019",
  84. "es2020",
  85. "annexB"
  86. ],
  87. "license": "MIT",
  88. "main": "index",
  89. "name": "regexpp",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/mysticatea/regexpp.git"
  93. },
  94. "scripts": {
  95. "build": "run-s build:*",
  96. "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
  97. "build:rollup": "rollup -c",
  98. "build:tsc": "tsc --module es2015",
  99. "clean": "rimraf .temp index.*",
  100. "codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
  101. "lint": "eslint scripts src test --ext .ts",
  102. "postversion": "git push && git push --tags",
  103. "prebuild": "npm run -s clean",
  104. "pretest": "run-s build lint",
  105. "preversion": "npm test",
  106. "prewatch": "npm run -s clean",
  107. "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
  108. "update:test": "ts-node scripts/update-fixtures.ts",
  109. "update:unicode": "run-s update:unicode:*",
  110. "update:unicode:ids": "ts-node scripts/update-unicode-ids.ts",
  111. "update:unicode:props": "ts-node scripts/update-unicode-properties.ts",
  112. "version": "npm run -s build",
  113. "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
  114. },
  115. "version": "3.1.0"
  116. }