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.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "buffer-alloc-unsafe@^1.1.0",
  3. "_id": "buffer-alloc-unsafe@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==",
  6. "_location": "/buffer-alloc-unsafe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-alloc-unsafe@^1.1.0",
  12. "name": "buffer-alloc-unsafe",
  13. "escapedName": "buffer-alloc-unsafe",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/buffer-alloc"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
  22. "_shasum": "bd7dc26ae2972d0eda253be061dba992349c19f0",
  23. "_spec": "buffer-alloc-unsafe@^1.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\buffer-alloc",
  25. "bugs": {
  26. "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.",
  31. "devDependencies": {
  32. "standard": "^7.1.2"
  33. },
  34. "files": [
  35. "index.js"
  36. ],
  37. "homepage": "https://github.com/LinusU/buffer-alloc-unsafe#readme",
  38. "keywords": [
  39. "allocUnsafe",
  40. "allocate",
  41. "buffer allocUnsafe",
  42. "buffer unsafe allocate",
  43. "buffer",
  44. "ponyfill",
  45. "unsafe allocate"
  46. ],
  47. "license": "MIT",
  48. "name": "buffer-alloc-unsafe",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/LinusU/buffer-alloc-unsafe.git"
  52. },
  53. "scripts": {
  54. "test": "standard && node test"
  55. },
  56. "version": "1.1.0"
  57. }