package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "regexpp@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regexpp@1.1.0",
  10. "_id": "regexpp@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DjUW3Qt5BPQT0tQZPc5GGMOmias=",
  13. "_location": "/regexpp",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "regexpp@1.1.0",
  20. "name": "regexpp",
  21. "escapedName": "regexpp",
  22. "rawSpec": "1.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-plugin-eslint/eslint"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/regexpp/download/regexpp-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Toru Nagashima",
  34. "url": "https://github.com/mysticatea"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mysticatea/regexpp/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Regular expression parser for ECMAScript 2018.",
  41. "devDependencies": {
  42. "@types/eslint": "^4.16.0",
  43. "@types/mocha": "^2.2.48",
  44. "@types/node": "^9.4.6",
  45. "babel-core": "^6.26.0",
  46. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  47. "babel-plugin-transform-es2015-parameters": "^6.24.1",
  48. "babel-plugin-transform-es2015-spread": "^6.22.0",
  49. "dts-bundle": "^0.7.3",
  50. "eslint": "^4.18.0",
  51. "eslint-config-mysticatea": "^13.0.2",
  52. "eslint-config-prettier": "^2.9.0",
  53. "eslint-plugin-prettier": "^2.4.0",
  54. "mocha": "^5.0.1",
  55. "npm-run-all": "^4.1.2",
  56. "prettier": "^1.9.2",
  57. "rimraf": "^2.6.2",
  58. "rollup": "^0.56.1",
  59. "rollup-plugin-babel": "^3.0.3",
  60. "rollup-plugin-node-resolve": "^3.0.3",
  61. "rollup-plugin-sourcemaps": "^0.4.2",
  62. "rollup-watch": "^4.3.1",
  63. "ts-node": "^5.0.0",
  64. "typescript": "^2.7.2",
  65. "typescript-eslint-parser": "^14.0.0"
  66. },
  67. "engines": {
  68. "node": ">=4.0.0"
  69. },
  70. "files": [
  71. "index.*"
  72. ],
  73. "homepage": "https://github.com/mysticatea/regexpp#readme",
  74. "keywords": [
  75. "regexp",
  76. "regular",
  77. "expression",
  78. "parser",
  79. "validator",
  80. "ast",
  81. "abstract",
  82. "syntax",
  83. "tree",
  84. "ecmascript",
  85. "es2015",
  86. "es2016",
  87. "es2017",
  88. "es2018",
  89. "annexB"
  90. ],
  91. "license": "MIT",
  92. "main": "index",
  93. "name": "regexpp",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/mysticatea/regexpp.git"
  97. },
  98. "scripts": {
  99. "build": "run-s build:*",
  100. "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
  101. "build:js": "rollup -c rollup-js.config.js",
  102. "build:mjs": "rollup -c rollup-mjs.config.js",
  103. "build:tsc": "tsc --module es2015 --target es2015",
  104. "clean": "rimraf .temp index.*",
  105. "lint": "eslint src test tools --ext .ts",
  106. "postversion": "git push && git push --tags",
  107. "prebuild": "npm run -s clean",
  108. "pretest": "run-s build lint",
  109. "preversion": "npm test",
  110. "prewatch": "npm run -s clean",
  111. "test": "_mocha --require ts-node/register --reporter dot --timeout 10000 \"test/*.ts\"",
  112. "update:ids": "ts-node tools/update-unicode-ids.ts",
  113. "update:test": "ts-node tools/update-fixtures.ts",
  114. "version": "npm run -s build",
  115. "watch": "npm run -s test -- --watch-extensions .ts --watch --growl"
  116. },
  117. "version": "1.1.0"
  118. }