package.json 809 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "xregexp",
  3. "version": "2.0.0",
  4. "homepage": "http://xregexp.com/",
  5. "author": "Steven Levithan <steves_list@hotmail.com>",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/slevithan/XRegExp.git"
  10. },
  11. "description": "Extended JavaScript regular expressions",
  12. "keywords": [
  13. "regex",
  14. "regexp"
  15. ],
  16. "main": "./xregexp-all.js",
  17. "scripts": {
  18. "test": "node tests/node-qunit.js"
  19. },
  20. "devDependencies": {
  21. "qunit": ">= 0.2.x"
  22. },
  23. "__npminstall_done": "Thu Dec 24 2020 20:20:51 GMT+0800 (CST)",
  24. "_from": "xregexp@2.0.0",
  25. "_resolved": "https://registry.npm.taobao.org/xregexp/download/xregexp-2.0.0.tgz?cache=0&sync_timestamp=1607405543283&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxregexp%2Fdownload%2Fxregexp-2.0.0.tgz"
  26. }