12345678910111213141516171819202122 |
- {
- "name": "buffer-from",
- "version": "1.1.2",
- "license": "MIT",
- "repository": "LinusU/buffer-from",
- "files": [
- "index.js"
- ],
- "scripts": {
- "test": "standard && node test"
- },
- "devDependencies": {
- "standard": "^12.0.1"
- },
- "keywords": [
- "buffer",
- "buffer from"
- ],
- "__npminstall_done": true,
- "_from": "buffer-from@1.1.2",
- "_resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz"
- }
|