package.json 1.3 KB

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