package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "unicode-match-property-ecmascript@^1.0.4",
  3. "_id": "unicode-match-property-ecmascript@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
  6. "_location": "/unicode-match-property-ecmascript",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unicode-match-property-ecmascript@^1.0.4",
  12. "name": "unicode-match-property-ecmascript",
  13. "escapedName": "unicode-match-property-ecmascript",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/regexpu-core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
  22. "_shasum": "8ed2a32569961bce9227d09cd3ffbb8fed5f020c",
  23. "_spec": "unicode-match-property-ecmascript@^1.0.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\regexpu-core",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "unicode-canonical-property-names-ecmascript": "^1.0.4",
  35. "unicode-property-aliases-ecmascript": "^1.0.4"
  36. },
  37. "deprecated": false,
  38. "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
  39. "devDependencies": {
  40. "ava": "*"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "LICENSE-MIT.txt",
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/mathiasbynens/unicode-match-property-ecmascript",
  50. "keywords": [
  51. "unicode",
  52. "unicode properties",
  53. "unicode property aliases"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "unicode-match-property-ecmascript",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/mathiasbynens/unicode-match-property-ecmascript.git"
  61. },
  62. "scripts": {
  63. "test": "ava ./tests"
  64. },
  65. "version": "1.0.4"
  66. }