Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/safer-buffer/package.json

    rceaed42 r59329aa  
    11{
    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"
     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"
    924  },
     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",
    1037  "author": {
    1138    "name": "Nikita Skovoroda",
     
    1340    "url": "https://github.com/ChALkeR"
    1441  },
    15   "license": "MIT",
    16   "repository": {
    17     "type": "git",
    18     "url": "git+https://github.com/ChALkeR/safer-buffer.git"
    19   },
    2042  "bugs": {
    2143    "url": "https://github.com/ChALkeR/safer-buffer/issues"
    2244  },
     45  "description": "Modern Buffer API polyfill without footguns",
    2346  "devDependencies": {
    2447    "standard": "^11.0.1",
     
    3154    "dangerous.js",
    3255    "safer.js"
    33   ]
     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"
    3470}
Note: See TracChangeset for help on using the changeset viewer.