package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "emoji-regex@^8.0.0",
  3. "_id": "emoji-regex@8.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  6. "_location": "/emoji-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "emoji-regex@^8.0.0",
  12. "name": "emoji-regex",
  13. "escapedName": "emoji-regex",
  14. "rawSpec": "^8.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.0"
  17. },
  18. "_requiredBy": [
  19. "/wrap-ansi/string-width",
  20. "/yargs/string-width"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  23. "_shasum": "e818fd69ce5ccfcb404594f842963bf53164cc37",
  24. "_spec": "emoji-regex@^8.0.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\yargs\\node_modules\\string-width",
  26. "author": {
  27. "name": "Mathias Bynens",
  28. "url": "https://mathiasbynens.be/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  36. "devDependencies": {
  37. "@babel/cli": "^7.2.3",
  38. "@babel/core": "^7.3.4",
  39. "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
  40. "@babel/preset-env": "^7.3.4",
  41. "mocha": "^6.0.2",
  42. "regexgen": "^1.3.0",
  43. "unicode-12.0.0": "^0.7.9"
  44. },
  45. "files": [
  46. "LICENSE-MIT.txt",
  47. "index.js",
  48. "index.d.ts",
  49. "text.js",
  50. "es2015/index.js",
  51. "es2015/text.js"
  52. ],
  53. "homepage": "https://mths.be/emoji-regex",
  54. "keywords": [
  55. "unicode",
  56. "regex",
  57. "regexp",
  58. "regular expressions",
  59. "code points",
  60. "symbols",
  61. "characters",
  62. "emoji"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "emoji-regex",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  70. },
  71. "scripts": {
  72. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  73. "test": "mocha",
  74. "test:watch": "npm run test -- --watch"
  75. },
  76. "types": "index.d.ts",
  77. "version": "8.0.0"
  78. }