package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "xml-name-validator@3.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-auc+Bt5NjG5H+fsYH3jWSK1FfGo=",
  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.npm.taobao.org/xml-name-validator/download/xml-name-validator-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }