package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "char-regex@^1.0.2",
  3. "_id": "char-regex@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  6. "_location": "/char-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "char-regex@^1.0.2",
  12. "name": "char-regex",
  13. "escapedName": "char-regex",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/string-length"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  22. "_shasum": "d744358226217f981ed58f479b1d6bcc29545dcf",
  23. "_spec": "char-regex@^1.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\string-length",
  25. "author": {
  26. "name": "Richie Bendall",
  27. "email": "richiebendall@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Richienb/char-regex/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A regex to match any full character, considering weird character ranges.",
  36. "devDependencies": {
  37. "@babel/core": "^7.8.4",
  38. "@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
  39. "array-uniq": "^2.1.0",
  40. "ava": "^3.0.0",
  41. "emoji.json": "^12.1.1",
  42. "eslint-config-richienb": "^0.3.0",
  43. "unicode-chars": "^1.0.1",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/Richienb/char-regex#readme",
  54. "keywords": [
  55. "character",
  56. "regex",
  57. "match",
  58. "split",
  59. "length"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "char-regex",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/Richienb/char-regex.git"
  67. },
  68. "resolutions": {
  69. "eslint": "^6.8.0"
  70. },
  71. "scripts": {
  72. "lint": "xo",
  73. "test": "yarn lint && ava"
  74. },
  75. "version": "1.0.2",
  76. "xo": {
  77. "extends": "richienb/node"
  78. }
  79. }