source: trip-planner-front/node_modules/safer-buffer/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "safer-buffer@2.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "safer-buffer@2.1.2",
10 "_id": "safer-buffer@2.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
13 "_location": "/safer-buffer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "safer-buffer@2.1.2",
19 "name": "safer-buffer",
20 "escapedName": "safer-buffer",
21 "rawSpec": "2.1.2",
22 "saveSpec": null,
23 "fetchSpec": "2.1.2"
24 },
25 "_requiredBy": [
26 "/asn1",
27 "/ecc-jsbn",
28 "/encoding/iconv-lite",
29 "/iconv-lite",
30 "/source-map-loader/iconv-lite",
31 "/sshpk",
32 "/stylus"
33 ],
34 "_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
35 "_spec": "2.1.2",
36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
37 "author": {
38 "name": "Nikita Skovoroda",
39 "email": "chalkerx@gmail.com",
40 "url": "https://github.com/ChALkeR"
41 },
42 "bugs": {
43 "url": "https://github.com/ChALkeR/safer-buffer/issues"
44 },
45 "description": "Modern Buffer API polyfill without footguns",
46 "devDependencies": {
47 "standard": "^11.0.1",
48 "tape": "^4.9.0"
49 },
50 "files": [
51 "Porting-Buffer.md",
52 "Readme.md",
53 "tests.js",
54 "dangerous.js",
55 "safer.js"
56 ],
57 "homepage": "https://github.com/ChALkeR/safer-buffer#readme",
58 "license": "MIT",
59 "main": "safer.js",
60 "name": "safer-buffer",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/ChALkeR/safer-buffer.git"
64 },
65 "scripts": {
66 "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
67 "test": "standard && tape tests.js"
68 },
69 "version": "2.1.2"
70}
Note: See TracBrowser for help on using the repository browser.