You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.8 KiB

  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. "/jsdom",
  20. "/w3c-xmlserializer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  23. "_shasum": "6ae73e06de4d8c6e47f9fb181f78d648ad457c6a",
  24. "_spec": "xml-name-validator@^3.0.0",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  26. "author": {
  27. "name": "Domenic Denicola",
  28. "email": "d@domenic.me",
  29. "url": "https://domenic.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jsdom/xml-name-validator/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Validates whether a string matches the production for an XML name or qualified name",
  37. "devDependencies": {
  38. "eslint": "^2.9.0",
  39. "mocha": "^2.4.5",
  40. "waka": "0.1.2"
  41. },
  42. "files": [
  43. "lib/"
  44. ],
  45. "homepage": "https://github.com/jsdom/xml-name-validator#readme",
  46. "keywords": [
  47. "xml",
  48. "name",
  49. "qname"
  50. ],
  51. "license": "Apache-2.0",
  52. "main": "lib/xml-name-validator.js",
  53. "name": "xml-name-validator",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/jsdom/xml-name-validator.git"
  57. },
  58. "scripts": {
  59. "lint": "eslint .",
  60. "prepublish": "node scripts/generate-grammar.js < lib/grammar.pegjs > lib/generated-parser.js",
  61. "pretest": "npm run prepublish",
  62. "test": "mocha"
  63. },
  64. "version": "3.0.0"
  65. }