選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "buffer-from@^1.0.0",
  3. "_id": "buffer-from@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
  6. "_location": "/buffer-from",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-from@^1.0.0",
  12. "name": "buffer-from",
  13. "escapedName": "buffer-from",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/concat-stream",
  20. "/source-map-support"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
  23. "_shasum": "32713bc028f75c02fdb710d7c7bcec1f2c6070ef",
  24. "_spec": "buffer-from@^1.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/concat-stream",
  26. "bugs": {
  27. "url": "https://github.com/LinusU/buffer-from/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  32. "devDependencies": {
  33. "standard": "^7.1.2"
  34. },
  35. "files": [
  36. "index.js"
  37. ],
  38. "homepage": "https://github.com/LinusU/buffer-from#readme",
  39. "keywords": [
  40. "buffer",
  41. "buffer from"
  42. ],
  43. "license": "MIT",
  44. "name": "buffer-from",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/LinusU/buffer-from.git"
  48. },
  49. "scripts": {
  50. "test": "standard && node test"
  51. },
  52. "version": "1.1.1"
  53. }