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.

61 lines
1.6 KiB

4 years ago
  1. {
  2. "_from": "json-bigint@^0.2.3",
  3. "_id": "json-bigint@0.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EY1/b/HThlnxn5TPc+ZKdaP5iKg=",
  6. "_location": "/json-bigint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json-bigint@^0.2.3",
  12. "name": "json-bigint",
  13. "escapedName": "json-bigint",
  14. "rawSpec": "^0.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.3"
  17. },
  18. "_requiredBy": [
  19. "/@alicloud/pop-core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.2.3.tgz",
  22. "_shasum": "118d7f6ff1d38659f19f94cf73e64a75a3f988a8",
  23. "_spec": "json-bigint@^0.2.3",
  24. "_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-aliyun-sms\\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": "^4.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "JSON.parse with bigints support",
  38. "devDependencies": {
  39. "chai": "~1.9.1",
  40. "mocha": "~1.20.1"
  41. },
  42. "homepage": "https://github.com/sidorares/json-bigint#readme",
  43. "keywords": [
  44. "JSON",
  45. "bigint",
  46. "bignumber",
  47. "parse",
  48. "json"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "json-bigint",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/sidorares/json-bigint.git"
  56. },
  57. "scripts": {
  58. "test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
  59. },
  60. "version": "0.2.3"
  61. }