package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "unicode-match-property-value-ecmascript@1.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unicode-match-property-value-ecmascript@1.2.0",
  9. "_id": "unicode-match-property-value-ecmascript@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
  12. "_location": "/unicode-match-property-value-ecmascript",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unicode-match-property-value-ecmascript@1.2.0",
  18. "name": "unicode-match-property-value-ecmascript",
  19. "escapedName": "unicode-match-property-value-ecmascript",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  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-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
  29. "_spec": "1.2.0",
  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-value-ecmascript/issues"
  37. },
  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. "jsesc": "^2.5.2",
  42. "unicode-property-value-aliases-ecmascript": "^1.1.0"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "LICENSE-MIT.txt",
  49. "data/mappings.js",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",
  53. "keywords": [
  54. "unicode",
  55. "unicode property values",
  56. "unicode property value aliases"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "unicode-match-property-value-ecmascript",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git"
  64. },
  65. "scripts": {
  66. "build": "node scripts/build.js",
  67. "test": "ava tests/tests.js"
  68. },
  69. "version": "1.2.0"
  70. }