package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "/slice-ansi"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  22. "_shasum": "483143c567aeed4785759c0865786dc77d7d2e31",
  23. "_spec": "astral-regex@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\slice-ansi",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/astral-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching astral symbols",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/kevva/astral-regex#readme",
  49. "keywords": [
  50. "astral",
  51. "emoji",
  52. "regex",
  53. "surrogate"
  54. ],
  55. "license": "MIT",
  56. "name": "astral-regex",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/kevva/astral-regex.git"
  60. },
  61. "scripts": {
  62. "test": "xo && ava && tsd"
  63. },
  64. "version": "2.0.0"
  65. }