package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "emoji-regex@^8.0.0",
  3. "_id": "emoji-regex@8.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=",
  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. "/cliui/string-width",
  20. "/wrap-ansi/string-width",
  21. "/yargs/string-width"
  22. ],
  23. "_resolved": "https://registry.npm.taobao.org/emoji-regex/download/emoji-regex-8.0.0.tgz?cache=0&sync_timestamp=1614682707048&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Femoji-regex%2Fdownload%2Femoji-regex-8.0.0.tgz",
  24. "_shasum": "e818fd69ce5ccfcb404594f842963bf53164cc37",
  25. "_spec": "emoji-regex@^8.0.0",
  26. "_where": "G:\\Code\\myUnipp\\vue2-jsshq\\node_modules\\yargs\\node_modules\\string-width",
  27. "author": {
  28. "name": "Mathias Bynens",
  29. "url": "https://mathiasbynens.be/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  37. "devDependencies": {
  38. "@babel/cli": "^7.2.3",
  39. "@babel/core": "^7.3.4",
  40. "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
  41. "@babel/preset-env": "^7.3.4",
  42. "mocha": "^6.0.2",
  43. "regexgen": "^1.3.0",
  44. "unicode-12.0.0": "^0.7.9"
  45. },
  46. "files": [
  47. "LICENSE-MIT.txt",
  48. "index.js",
  49. "index.d.ts",
  50. "text.js",
  51. "es2015/index.js",
  52. "es2015/text.js"
  53. ],
  54. "homepage": "https://mths.be/emoji-regex",
  55. "keywords": [
  56. "unicode",
  57. "regex",
  58. "regexp",
  59. "regular expressions",
  60. "code points",
  61. "symbols",
  62. "characters",
  63. "emoji"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "emoji-regex",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  71. },
  72. "scripts": {
  73. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  74. "test": "mocha",
  75. "test:watch": "npm run test -- --watch"
  76. },
  77. "types": "index.d.ts",
  78. "version": "8.0.0"
  79. }