package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "emoji-regex@7.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-service/string-width",
  27. "/eslint/table/string-width"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/emoji-regex/download/emoji-regex-7.0.3.tgz",
  30. "_spec": "7.0.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Mathias Bynens",
  34. "url": "https://mathiasbynens.be/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  38. },
  39. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  40. "devDependencies": {
  41. "@babel/cli": "^7.0.0",
  42. "@babel/core": "^7.0.0",
  43. "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
  44. "@babel/preset-env": "^7.0.0",
  45. "mocha": "^5.2.0",
  46. "regexgen": "^1.3.0",
  47. "unicode-11.0.0": "^0.7.7",
  48. "unicode-tr51": "^9.0.1"
  49. },
  50. "files": [
  51. "LICENSE-MIT.txt",
  52. "index.js",
  53. "index.d.ts",
  54. "text.js",
  55. "es2015/index.js",
  56. "es2015/text.js"
  57. ],
  58. "homepage": "https://mths.be/emoji-regex",
  59. "keywords": [
  60. "unicode",
  61. "regex",
  62. "regexp",
  63. "regular expressions",
  64. "code points",
  65. "symbols",
  66. "characters",
  67. "emoji"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "emoji-regex",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  75. },
  76. "scripts": {
  77. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  78. "test": "mocha",
  79. "test:watch": "npm run test -- --watch"
  80. },
  81. "types": "index.d.ts",
  82. "version": "7.0.3"
  83. }