package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "emoji-regex@7.0.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "emoji-regex@7.0.3",
  10. "_id": "emoji-regex@7.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=",
  13. "_location": "/emoji-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "emoji-regex@7.0.3",
  19. "name": "emoji-regex",
  20. "escapedName": "emoji-regex",
  21. "rawSpec": "7.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.3"
  24. },
  25. "_requiredBy": [
  26. "/cliui/string-width",
  27. "/wrap-ansi/string-width",
  28. "/yargs/string-width"
  29. ],
  30. "_resolved": "http://registry.npm.taobao.org/emoji-regex/download/emoji-regex-7.0.3.tgz",
  31. "_spec": "7.0.3",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "author": {
  34. "name": "Mathias Bynens",
  35. "url": "https://mathiasbynens.be/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  39. },
  40. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  41. "devDependencies": {
  42. "@babel/cli": "^7.0.0",
  43. "@babel/core": "^7.0.0",
  44. "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
  45. "@babel/preset-env": "^7.0.0",
  46. "mocha": "^5.2.0",
  47. "regexgen": "^1.3.0",
  48. "unicode-11.0.0": "^0.7.7",
  49. "unicode-tr51": "^9.0.1"
  50. },
  51. "files": [
  52. "LICENSE-MIT.txt",
  53. "index.js",
  54. "index.d.ts",
  55. "text.js",
  56. "es2015/index.js",
  57. "es2015/text.js"
  58. ],
  59. "homepage": "https://mths.be/emoji-regex",
  60. "keywords": [
  61. "unicode",
  62. "regex",
  63. "regexp",
  64. "regular expressions",
  65. "code points",
  66. "symbols",
  67. "characters",
  68. "emoji"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "emoji-regex",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  76. },
  77. "scripts": {
  78. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  79. "test": "mocha",
  80. "test:watch": "npm run test -- --watch"
  81. },
  82. "types": "index.d.ts",
  83. "version": "7.0.3"
  84. }