package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "strnum@^1.1.1",
  3. "_id": "strnum@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
  6. "_location": "/strnum",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strnum@^1.1.1",
  12. "name": "strnum",
  13. "escapedName": "strnum",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/fast-xml-parser"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.1.2.tgz",
  22. "_shasum": "57bca4fbaa6f271081715dbc9ed7cee5493e28e4",
  23. "_spec": "strnum@^1.1.1",
  24. "_where": "D:\\work\\his_user_app\\node_modules\\fast-xml-parser",
  25. "author": {
  26. "name": "Amit Gupta",
  27. "url": "https://amitkumargupta.work/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/NaturalIntelligence/strnum/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Parse String to Number based on configuration",
  35. "devDependencies": {
  36. "jasmine": "^5.6.0"
  37. },
  38. "funding": [
  39. {
  40. "type": "github",
  41. "url": "https://github.com/sponsors/NaturalIntelligence"
  42. }
  43. ],
  44. "homepage": "https://github.com/NaturalIntelligence/strnum#readme",
  45. "keywords": [
  46. "string",
  47. "number",
  48. "parse",
  49. "convert"
  50. ],
  51. "license": "MIT",
  52. "main": "strnum.js",
  53. "name": "strnum",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/NaturalIntelligence/strnum.git"
  57. },
  58. "scripts": {
  59. "test": "jasmine strnum.test.js"
  60. },
  61. "version": "1.1.2"
  62. }