package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "astral-regex@1.0.0",
  5. "E:\\item\\newItem\\admin"
  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. "/string-length"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Kevin Mårtensson",
  34. "email": "kevinmartensson@gmail.com",
  35. "url": "github.com/kevva"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/kevva/astral-regex/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Regular expression for matching astral symbols",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  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"
  67. },
  68. "version": "1.0.0"
  69. }