Changeset 79a0317 for imaps-frontend/node_modules/json-buffer
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/json-buffer/package.json
r0c6b92a r79a0317 1 1 { 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", 2 41 "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",6 42 "repository": { 7 43 "type": "git", 8 44 "url": "git://github.com/dominictarr/json-buffer.git" 9 45 }, 10 "devDependencies": {11 "tape": "^4.6.3"12 },13 46 "scripts": { 14 47 "test": "set -e; for t in test/*.js; do node $t; done" 15 48 }, 16 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",17 "license": "MIT",18 49 "testling": { 19 50 "files": "test/*.js", … … 31 62 "android-browser/4.2..latest" 32 63 ] 33 } 64 }, 65 "version": "3.0.1" 34 66 }
Note:
See TracChangeset
for help on using the changeset viewer.