You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

70 lines
2.2 KiB

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