Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/json-buffer/package.json

    r0c6b92a r79a0317  
    11{
     2  "_from": "json-buffer@3.0.1",
     3  "_id": "json-buffer@3.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
     6  "_location": "/json-buffer",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "json-buffer@3.0.1",
     12    "name": "json-buffer",
     13    "escapedName": "json-buffer",
     14    "rawSpec": "3.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "3.0.1"
     17  },
     18  "_requiredBy": [
     19    "/keyv"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
     22  "_shasum": "9338802a30d3b6605fbe0613e094008ca8c05a13",
     23  "_spec": "json-buffer@3.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/keyv",
     25  "author": {
     26    "name": "Dominic Tarr",
     27    "email": "dominic.tarr@gmail.com",
     28    "url": "http://dominictarr.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/dominictarr/json-buffer/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
     35  "description": "JSON parse & stringify that supports binary via bops & base64",
     36  "devDependencies": {
     37    "tape": "^4.6.3"
     38  },
     39  "homepage": "https://github.com/dominictarr/json-buffer",
     40  "license": "MIT",
    241  "name": "json-buffer",
    3   "description": "JSON parse & stringify that supports binary via bops & base64",
    4   "version": "3.0.1",
    5   "homepage": "https://github.com/dominictarr/json-buffer",
    642  "repository": {
    743    "type": "git",
    844    "url": "git://github.com/dominictarr/json-buffer.git"
    945  },
    10   "devDependencies": {
    11     "tape": "^4.6.3"
    12   },
    1346  "scripts": {
    1447    "test": "set -e; for t in test/*.js; do node $t; done"
    1548  },
    16   "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
    17   "license": "MIT",
    1849  "testling": {
    1950    "files": "test/*.js",
     
    3162      "android-browser/4.2..latest"
    3263    ]
    33   }
     64  },
     65  "version": "3.0.1"
    3466}
Note: See TracChangeset for help on using the changeset viewer.