package.json 2.0 KB

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