package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "sax@1.2.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sax@1.2.4",
  10. "_id": "sax@1.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk=",
  13. "_location": "/sax",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sax@1.2.4",
  19. "name": "sax",
  20. "escapedName": "sax",
  21. "rawSpec": "1.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.4"
  24. },
  25. "_requiredBy": [
  26. "/jsdom",
  27. "/svgo"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
  30. "_spec": "1.2.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/sax-js/issues"
  39. },
  40. "description": "An evented streaming XML parser in JavaScript",
  41. "devDependencies": {
  42. "standard": "^8.6.0",
  43. "tap": "^10.5.1"
  44. },
  45. "files": [
  46. "lib/sax.js",
  47. "LICENSE",
  48. "README.md"
  49. ],
  50. "homepage": "https://github.com/isaacs/sax-js#readme",
  51. "license": "ISC",
  52. "main": "lib/sax.js",
  53. "name": "sax",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/sax-js.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --all; git push origin --tags",
  60. "posttest": "standard -F test/*.js lib/*.js",
  61. "postversion": "npm publish",
  62. "preversion": "npm test",
  63. "test": "tap test/*.js --cov -j4"
  64. },
  65. "version": "1.2.4"
  66. }