| { |
| "author": { |
| "email": "chalkerx@gmail.com", |
| "name": "Nikita Skovoroda", |
| "url": "https://github.com/ChALkeR" |
| }, |
| "bugs": { |
| "url": "https://github.com/ChALkeR/safer-buffer/issues" |
| }, |
| "description": "Modern Buffer API polyfill without footguns", |
| "devDependencies": { |
| "standard": "^11.0.1", |
| "tape": "^4.9.0" |
| }, |
| "files": [ |
| "Porting-Buffer.md", |
| "Readme.md", |
| "tests.js", |
| "dangerous.js", |
| "safer.js" |
| ], |
| "license": "MIT", |
| "main": "safer.js", |
| "name": "safer-buffer", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/ChALkeR/safer-buffer.git" |
| }, |
| "scripts": { |
| "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js", |
| "test": "standard && tape tests.js" |
| }, |
| "version": "2.1.2" |
| } |