package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "unicode-match-property-value-ecmascript@^1.2.0",
  3. "_id": "unicode-match-property-value-ecmascript@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
  6. "_location": "/unicode-match-property-value-ecmascript",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unicode-match-property-value-ecmascript@^1.2.0",
  12. "name": "unicode-match-property-value-ecmascript",
  13. "escapedName": "unicode-match-property-value-ecmascript",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/regexpu-core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
  22. "_shasum": "0d91f600eeeb3096aa962b1d6fc88876e64ea531",
  23. "_spec": "unicode-match-property-value-ecmascript@^1.2.0",
  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-value-ecmascript/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
  35. "devDependencies": {
  36. "ava": "*",
  37. "jsesc": "^2.5.2",
  38. "unicode-property-value-aliases-ecmascript": "^1.1.0"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "LICENSE-MIT.txt",
  45. "data/mappings.js",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",
  49. "keywords": [
  50. "unicode",
  51. "unicode property values",
  52. "unicode property value aliases"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "unicode-match-property-value-ecmascript",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git"
  60. },
  61. "scripts": {
  62. "build": "node scripts/build.js",
  63. "test": "ava tests/tests.js"
  64. },
  65. "version": "1.2.0"
  66. }