package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "xregexp@2.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "xregexp@2.0.0",
  9. "_id": "xregexp@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=",
  12. "_location": "/xregexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "xregexp@2.0.0",
  18. "name": "xregexp",
  19. "escapedName": "xregexp",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/ftp"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Steven Levithan",
  32. "email": "steves_list@hotmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/slevithan/XRegExp/issues"
  36. },
  37. "description": "Extended JavaScript regular expressions",
  38. "devDependencies": {
  39. "qunit": ">= 0.2.x"
  40. },
  41. "homepage": "http://xregexp.com/",
  42. "keywords": [
  43. "regex",
  44. "regexp"
  45. ],
  46. "license": "MIT",
  47. "main": "./xregexp-all.js",
  48. "name": "xregexp",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/slevithan/XRegExp.git"
  52. },
  53. "scripts": {
  54. "test": "node tests/node-qunit.js"
  55. },
  56. "version": "2.0.0"
  57. }