package.json 1.6 KB

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