| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/safer-buffer/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/safer-buffer/package.json |
{
"_id": "safer-buffer@2.1.2",
"_inBundle": true,
"_location": "/npm/safer-buffer",
"_phantomChildren": {},
"_requiredBy": [
"/npm/iconv-lite"
],
"author": {
"name": "Nikita Skovoroda",
"email": "chalkerx@gmail.com",
"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"
],
"homepage": "https://github.com/ChALkeR/safer-buffer#readme",
"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"
}