package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "unicode-match-property-value-ecmascript@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unicode-match-property-value-ecmascript@1.1.0",
  10. "_id": "unicode-match-property-value-ecmascript@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-W0tCbgjROoA2Xg1lesemwexGonc=",
  13. "_location": "/unicode-match-property-value-ecmascript",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unicode-match-property-value-ecmascript@1.1.0",
  19. "name": "unicode-match-property-value-ecmascript",
  20. "escapedName": "unicode-match-property-value-ecmascript",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/regexpu-core"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.0.4"
  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"
  68. },
  69. "version": "1.1.0"
  70. }