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.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "sax@~1.2.4",
  3. "_id": "sax@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
  6. "_location": "/sax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sax@~1.2.4",
  12. "name": "sax",
  13. "escapedName": "sax",
  14. "rawSpec": "~1.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.2.4"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  22. "_shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
  23. "_spec": "sax@~1.2.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/sax-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "An evented streaming XML parser in JavaScript",
  36. "devDependencies": {
  37. "standard": "^8.6.0",
  38. "tap": "^10.5.1"
  39. },
  40. "files": [
  41. "lib/sax.js",
  42. "LICENSE",
  43. "README.md"
  44. ],
  45. "homepage": "https://github.com/isaacs/sax-js#readme",
  46. "license": "ISC",
  47. "main": "lib/sax.js",
  48. "name": "sax",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/isaacs/sax-js.git"
  52. },
  53. "scripts": {
  54. "postpublish": "git push origin --all; git push origin --tags",
  55. "posttest": "standard -F test/*.js lib/*.js",
  56. "postversion": "npm publish",
  57. "preversion": "npm test",
  58. "test": "tap test/*.js --cov -j4"
  59. },
  60. "version": "1.2.4"
  61. }