You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.5 KiB

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