package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "regexpp@2.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regexpp@2.0.1",
  10. "_id": "regexpp@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jRnTHPYySCtYkEn4KB+T28uk0H8=",
  13. "_location": "/regexpp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regexpp@2.0.1",
  19. "name": "regexpp",
  20. "escapedName": "regexpp",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.nlark.com/regexpp/download/regexpp-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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 2018.",
  40. "devDependencies": {
  41. "@types/eslint": "^4.16.2",
  42. "@types/mocha": "^5.2.2",
  43. "@types/node": "^10.3.3",
  44. "coveralls": "^3.0.1",
  45. "dts-bundle": "^0.7.3",
  46. "eslint": "^4.19.1",
  47. "eslint-plugin-mysticatea": "^5.0.0-beta.15",
  48. "mocha": "^5.2.0",
  49. "npm-run-all": "^4.1.3",
  50. "nyc": "^12.0.2",
  51. "rimraf": "^2.6.2",
  52. "rollup": "^0.60.7",
  53. "rollup-plugin-node-resolve": "^3.3.0",
  54. "rollup-plugin-sourcemaps": "^0.4.2",
  55. "rollup-watch": "^4.3.1",
  56. "ts-node": "^6.1.1",
  57. "typescript": "^2.9.2",
  58. "typescript-eslint-parser": "^16.0.0"
  59. },
  60. "engines": {
  61. "node": ">=6.5.0"
  62. },
  63. "files": [
  64. "index.*"
  65. ],
  66. "homepage": "https://github.com/mysticatea/regexpp#readme",
  67. "keywords": [
  68. "regexp",
  69. "regular",
  70. "expression",
  71. "parser",
  72. "validator",
  73. "ast",
  74. "abstract",
  75. "syntax",
  76. "tree",
  77. "ecmascript",
  78. "es2015",
  79. "es2016",
  80. "es2017",
  81. "es2018",
  82. "annexB"
  83. ],
  84. "license": "MIT",
  85. "main": "index",
  86. "name": "regexpp",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/mysticatea/regexpp.git"
  90. },
  91. "scripts": {
  92. "build": "run-s build:*",
  93. "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
  94. "build:rollup": "rollup -c",
  95. "build:tsc": "tsc --module es2015",
  96. "clean": "rimraf .temp index.*",
  97. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  98. "lint": "eslint scripts src test --ext .ts",
  99. "postversion": "git push && git push --tags",
  100. "prebuild": "npm run -s clean",
  101. "pretest": "run-s build lint",
  102. "preversion": "npm test",
  103. "prewatch": "npm run -s clean",
  104. "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
  105. "update:ids": "ts-node scripts/update-unicode-ids.ts",
  106. "update:test": "ts-node scripts/update-fixtures.ts",
  107. "version": "npm run -s build",
  108. "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"
  109. },
  110. "version": "2.0.1"
  111. }