package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "astral-regex@^2.0.0",
  3. "_id": "astral-regex@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  6. "_location": "/astral-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "astral-regex@^2.0.0",
  12. "name": "astral-regex",
  13. "escapedName": "astral-regex",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/listr2/slice-ansi",
  20. "/log-update/slice-ansi",
  21. "/table/slice-ansi"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  24. "_shasum": "483143c567aeed4785759c0865786dc77d7d2e31",
  25. "_spec": "astral-regex@^2.0.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\listr2\\node_modules\\slice-ansi",
  27. "author": {
  28. "name": "Kevin Mårtensson",
  29. "email": "kevinmartensson@gmail.com",
  30. "url": "github.com/kevva"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/kevva/astral-regex/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Regular expression for matching astral symbols",
  38. "devDependencies": {
  39. "ava": "^1.4.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/kevva/astral-regex#readme",
  51. "keywords": [
  52. "astral",
  53. "emoji",
  54. "regex",
  55. "surrogate"
  56. ],
  57. "license": "MIT",
  58. "name": "astral-regex",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/kevva/astral-regex.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava && tsd"
  65. },
  66. "version": "2.0.0"
  67. }