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.

package.json 2.3 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "unicode-match-property-value-ecmascript@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/regexpu-core"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
  28. "_spec": "1.2.0",
  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-value-ecmascript/issues"
  36. },
  37. "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
  38. "devDependencies": {
  39. "ava": "*",
  40. "jsesc": "^2.5.2",
  41. "unicode-property-value-aliases-ecmascript": "^1.1.0"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "LICENSE-MIT.txt",
  48. "data/mappings.js",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",
  52. "keywords": [
  53. "unicode",
  54. "unicode property values",
  55. "unicode property value aliases"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "unicode-match-property-value-ecmascript",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git"
  63. },
  64. "scripts": {
  65. "build": "node scripts/build.js",
  66. "test": "ava tests/tests.js"
  67. },
  68. "version": "1.2.0"
  69. }