package.json 1.9 KB

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