package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "astral-regex@^1.0.0",
  3. "_id": "astral-regex@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
  6. "_location": "/astral-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "astral-regex@^1.0.0",
  12. "name": "astral-regex",
  13. "escapedName": "astral-regex",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-watch-typeahead/string-length",
  20. "/slice-ansi",
  21. "/string-length"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
  24. "_shasum": "6c8c3fb827dd43ee3918f27b82782ab7658a6fd9",
  25. "_spec": "astral-regex@^1.0.0",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\string-length",
  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. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Regular expression for matching astral symbols",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/kevva/astral-regex#readme",
  50. "keywords": [
  51. "astral",
  52. "emoji",
  53. "regex",
  54. "surrogate"
  55. ],
  56. "license": "MIT",
  57. "name": "astral-regex",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/kevva/astral-regex.git"
  61. },
  62. "scripts": {
  63. "test": "xo && ava"
  64. },
  65. "version": "1.0.0"
  66. }