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.

64 lines
1.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "safer-buffer@2.1.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "safer-buffer@2.1.2",
  10. "_id": "safer-buffer@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  13. "_location": "/safer-buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "safer-buffer@2.1.2",
  19. "name": "safer-buffer",
  20. "escapedName": "safer-buffer",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/iconv-lite"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Nikita Skovoroda",
  33. "email": "chalkerx@gmail.com",
  34. "url": "https://github.com/ChALkeR"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ChALkeR/safer-buffer/issues"
  38. },
  39. "description": "Modern Buffer API polyfill without footguns",
  40. "devDependencies": {
  41. "standard": "^11.0.1",
  42. "tape": "^4.9.0"
  43. },
  44. "files": [
  45. "Porting-Buffer.md",
  46. "Readme.md",
  47. "tests.js",
  48. "dangerous.js",
  49. "safer.js"
  50. ],
  51. "homepage": "https://github.com/ChALkeR/safer-buffer#readme",
  52. "license": "MIT",
  53. "main": "safer.js",
  54. "name": "safer-buffer",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/ChALkeR/safer-buffer.git"
  58. },
  59. "scripts": {
  60. "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
  61. "test": "standard && tape tests.js"
  62. },
  63. "version": "2.1.2"
  64. }