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.
 
 
 
 

67 lines
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "sax@1.2.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "sax@1.2.4",
  9. "_id": "sax@1.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
  12. "_location": "/sax",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sax@1.2.4",
  18. "name": "sax",
  19. "escapedName": "sax",
  20. "rawSpec": "1.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.4"
  23. },
  24. "_requiredBy": [
  25. "/jest-environment-jsdom/jsdom",
  26. "/jsdom",
  27. "/svgo"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  30. "_spec": "1.2.4",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. }