[d565449] | 1 | {
|
---|
[79a0317] | 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,
|
---|
[d565449] | 35 | "description": "JSON parse & stringify that supports binary via bops & base64",
|
---|
[79a0317] | 36 | "devDependencies": {
|
---|
| 37 | "tape": "^4.6.3"
|
---|
| 38 | },
|
---|
[d565449] | 39 | "homepage": "https://github.com/dominictarr/json-buffer",
|
---|
[79a0317] | 40 | "license": "MIT",
|
---|
| 41 | "name": "json-buffer",
|
---|
[d565449] | 42 | "repository": {
|
---|
| 43 | "type": "git",
|
---|
| 44 | "url": "git://github.com/dominictarr/json-buffer.git"
|
---|
| 45 | },
|
---|
| 46 | "scripts": {
|
---|
| 47 | "test": "set -e; for t in test/*.js; do node $t; done"
|
---|
| 48 | },
|
---|
| 49 | "testling": {
|
---|
| 50 | "files": "test/*.js",
|
---|
| 51 | "browsers": [
|
---|
| 52 | "ie/8..latest",
|
---|
| 53 | "firefox/17..latest",
|
---|
| 54 | "firefox/nightly",
|
---|
| 55 | "chrome/22..latest",
|
---|
| 56 | "chrome/canary",
|
---|
| 57 | "opera/12..latest",
|
---|
| 58 | "opera/next",
|
---|
| 59 | "safari/5.1..latest",
|
---|
| 60 | "ipad/6.0..latest",
|
---|
| 61 | "iphone/6.0..latest",
|
---|
| 62 | "android-browser/4.2..latest"
|
---|
| 63 | ]
|
---|
[79a0317] | 64 | },
|
---|
| 65 | "version": "3.0.1"
|
---|
[d565449] | 66 | }
|
---|