Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "bsert@~0.0.10",
  3. "_id": "bsert@0.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NHNwlac+WPy4t2LoNh8pXk8uaIGH3NSaIUbTTRXGpE2WEbq0te/tDykYHkFK57YKLPjv/aGHmbqvnGeVWDz57Q==",
  6. "_location": "/bsert",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bsert@~0.0.10",
  12. "name": "bsert",
  13. "escapedName": "bsert",
  14. "rawSpec": "~0.0.10",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.10"
  17. },
  18. "_requiredBy": [
  19. "/bsock"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bsert/-/bsert-0.0.10.tgz",
  22. "_shasum": "231ac82873a1418c6ade301ab5cd9ae385895597",
  23. "_spec": "bsert@~0.0.10",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/bsock",
  25. "author": {
  26. "name": "Christopher Jeffrey",
  27. "email": "chjjeffrey@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/chjj/bsert/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Minimal assert with type checking",
  35. "engines": {
  36. "node": ">=8.0.0"
  37. },
  38. "homepage": "https://github.com/chjj/bsert",
  39. "keywords": [
  40. "assert"
  41. ],
  42. "license": "MIT",
  43. "main": "./lib/assert.js",
  44. "name": "bsert",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/chjj/bsert.git"
  48. },
  49. "scripts": {
  50. "lint": "eslint lib/ test/ || exit 0",
  51. "test": "bmocha --reporter spec test/*-test.js"
  52. },
  53. "version": "0.0.10"
  54. }