source: trip-planner-front/node_modules/safer-buffer/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 822 bytes
Line 
1{
2 "name": "safer-buffer",
3 "version": "2.1.2",
4 "description": "Modern Buffer API polyfill without footguns",
5 "main": "safer.js",
6 "scripts": {
7 "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
8 "test": "standard && tape tests.js"
9 },
10 "author": {
11 "name": "Nikita Skovoroda",
12 "email": "chalkerx@gmail.com",
13 "url": "https://github.com/ChALkeR"
14 },
15 "license": "MIT",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/ChALkeR/safer-buffer.git"
19 },
20 "bugs": {
21 "url": "https://github.com/ChALkeR/safer-buffer/issues"
22 },
23 "devDependencies": {
24 "standard": "^11.0.1",
25 "tape": "^4.9.0"
26 },
27 "files": [
28 "Porting-Buffer.md",
29 "Readme.md",
30 "tests.js",
31 "dangerous.js",
32 "safer.js"
33 ]
34}
Note: See TracBrowser for help on using the repository browser.