package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "unicode-match-property-ecmascript@1.0.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/@babel/helper-create-regexp-features-plugin/regexpu-core",
  26. "/documentation/regexpu-core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues"
  37. },
  38. "dependencies": {
  39. "unicode-canonical-property-names-ecmascript": "^1.0.4",
  40. "unicode-property-aliases-ecmascript": "^1.0.4"
  41. },
  42. "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
  43. "devDependencies": {
  44. "ava": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "LICENSE-MIT.txt",
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/mathiasbynens/unicode-match-property-ecmascript",
  54. "keywords": [
  55. "unicode",
  56. "unicode properties",
  57. "unicode property aliases"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "unicode-match-property-ecmascript",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/mathiasbynens/unicode-match-property-ecmascript.git"
  65. },
  66. "scripts": {
  67. "test": "ava ./tests"
  68. },
  69. "version": "1.0.4"
  70. }