package.json 430 Bytes
Newer Older
Li Mingzhe's avatar
Li Mingzhe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "name": "buffer-alloc-unsafe",
  "version": "1.1.0",
  "license": "MIT",
  "repository": "LinusU/buffer-alloc-unsafe",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "standard && node test"
  },
  "devDependencies": {
    "standard": "^7.1.2"
  },
  "keywords": [
    "allocUnsafe",
    "allocate",
    "buffer allocUnsafe",
    "buffer unsafe allocate",
    "buffer",
    "ponyfill",
    "unsafe allocate"
  ]
}