package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "json-bigint@^1.0.0",
  3. "_id": "json-bigint@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
  6. "_location": "/json-bigint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json-bigint@^1.0.0",
  12. "name": "json-bigint",
  13. "escapedName": "json-bigint",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@alicloud/pop-core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
  22. "_shasum": "ae547823ac0cad8398667f8cd9ef4730f5b01ff1",
  23. "_spec": "json-bigint@^1.0.0",
  24. "_where": "E:\\workspace\\node\\qipai_server_india\\node_modules\\@alicloud\\pop-core",
  25. "author": {
  26. "name": "Andrey Sidorov",
  27. "email": "sidorares@yandex.ru"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/sidorares/json-bigint/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bignumber.js": "^9.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "JSON.parse with bigints support",
  38. "devDependencies": {
  39. "chai": "4.2.0",
  40. "mocha": "8.0.1"
  41. },
  42. "files": [
  43. "index.js",
  44. "lib/parse.js",
  45. "lib/stringify.js"
  46. ],
  47. "homepage": "https://github.com/sidorares/json-bigint#readme",
  48. "keywords": [
  49. "JSON",
  50. "bigint",
  51. "bignumber",
  52. "parse",
  53. "json"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "json-bigint",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/sidorares/json-bigint.git"
  61. },
  62. "scripts": {
  63. "test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
  64. },
  65. "version": "1.0.0"
  66. }