Changeset 59329aa for trip-planner-front/node_modules/safer-buffer
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/safer-buffer/package.json
rceaed42 r59329aa 1 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" 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" 9 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", 10 37 "author": { 11 38 "name": "Nikita Skovoroda", … … 13 40 "url": "https://github.com/ChALkeR" 14 41 }, 15 "license": "MIT",16 "repository": {17 "type": "git",18 "url": "git+https://github.com/ChALkeR/safer-buffer.git"19 },20 42 "bugs": { 21 43 "url": "https://github.com/ChALkeR/safer-buffer/issues" 22 44 }, 45 "description": "Modern Buffer API polyfill without footguns", 23 46 "devDependencies": { 24 47 "standard": "^11.0.1", … … 31 54 "dangerous.js", 32 55 "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" 34 70 }
Note:
See TracChangeset
for help on using the changeset viewer.