package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "xml-name-validator@3.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "xml-name-validator@3.0.0",
  10. "_id": "xml-name-validator@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
  13. "_location": "/xml-name-validator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "xml-name-validator@3.0.0",
  19. "name": "xml-name-validator",
  20. "escapedName": "xml-name-validator",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Domenic Denicola",
  33. "email": "d@domenic.me",
  34. "url": "https://domenic.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/xml-name-validator/issues"
  38. },
  39. "description": "Validates whether a string matches the production for an XML name or qualified name",
  40. "devDependencies": {
  41. "eslint": "^2.9.0",
  42. "mocha": "^2.4.5",
  43. "waka": "0.1.2"
  44. },
  45. "files": [
  46. "lib/"
  47. ],
  48. "homepage": "https://github.com/jsdom/xml-name-validator#readme",
  49. "keywords": [
  50. "xml",
  51. "name",
  52. "qname"
  53. ],
  54. "license": "Apache-2.0",
  55. "main": "lib/xml-name-validator.js",
  56. "name": "xml-name-validator",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jsdom/xml-name-validator.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint .",
  63. "prepublish": "node scripts/generate-grammar.js < lib/grammar.pegjs > lib/generated-parser.js",
  64. "pretest": "npm run prepublish",
  65. "test": "mocha"
  66. },
  67. "version": "3.0.0"
  68. }