package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "emoji-regex@8.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "emoji-regex@8.0.0",
  10. "_id": "emoji-regex@8.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13. "_location": "/emoji-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "emoji-regex@8.0.0",
  19. "name": "emoji-regex",
  20. "escapedName": "emoji-regex",
  21. "rawSpec": "8.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cli-highlight/string-width",
  27. "/inquirer/string-width"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  30. "_spec": "8.0.0",
  31. "_where": "E:\\item\\newItem\\admin",
  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.2.3",
  42. "@babel/core": "^7.3.4",
  43. "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
  44. "@babel/preset-env": "^7.3.4",
  45. "mocha": "^6.0.2",
  46. "regexgen": "^1.3.0",
  47. "unicode-12.0.0": "^0.7.9"
  48. },
  49. "files": [
  50. "LICENSE-MIT.txt",
  51. "index.js",
  52. "index.d.ts",
  53. "text.js",
  54. "es2015/index.js",
  55. "es2015/text.js"
  56. ],
  57. "homepage": "https://mths.be/emoji-regex",
  58. "keywords": [
  59. "unicode",
  60. "regex",
  61. "regexp",
  62. "regular expressions",
  63. "code points",
  64. "symbols",
  65. "characters",
  66. "emoji"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "emoji-regex",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  74. },
  75. "scripts": {
  76. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  77. "test": "mocha",
  78. "test:watch": "npm run test -- --watch"
  79. },
  80. "types": "index.d.ts",
  81. "version": "8.0.0"
  82. }