{ "_from": "vuvuzela@1.0.3", "_id": "vuvuzela@1.0.3", "_inBundle": false, "_integrity": "sha1-O+FF5YJxxzylUnndhR8SpoIRSws=", "_location": "/vuvuzela", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vuvuzela@1.0.3", "name": "vuvuzela", "escapedName": "vuvuzela", "rawSpec": "1.0.3", "saveSpec": null, "fetchSpec": "1.0.3" }, "_requiredBy": [ "/pouchdb-node" ], "_resolved": "https://registry.npmjs.org/vuvuzela/-/vuvuzela-1.0.3.tgz", "_shasum": "3be145e58271c73ca55279dd851f12a682114b0b", "_spec": "vuvuzela@1.0.3", "_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node", "author": { "name": "Nolan Lawson", "email": "nolan.lawson@gmail.com" }, "bugs": { "url": "https://github.com/nolanlawson/vuvuzela/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Super simple and non-recursive JSON parse/stringify library", "devDependencies": { "browserify": "~2.36.0", "chai": "^1.9.1", "chai-as-promised": "^4.1.1", "deep-equal": "^0.2.1", "inherits": "^2.0.1", "istanbul": "^0.2.7", "jshint": "2.8.0", "mocha": "^1.18.2", "uglify-js": "^2.4.13" }, "files": [ "dist", "index.js" ], "homepage": "https://github.com/nolanlawson/vuvuzela", "keywords": [ "vuvuzela", "json.parse", "stringify", "recursion" ], "license": "Apache-2.0", "main": "index.js", "name": "vuvuzela", "repository": { "type": "git", "url": "git+https://github.com/nolanlawson/vuvuzela.git" }, "scripts": { "build": "mkdir -p dist && browserify index.js -s vuvuzela -o dist/vuvuzela.js && npm run min", "coverage": "npm test --coverage && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100", "jshint": "jshint -c .jshintrc *.js test/test.js", "min": "uglifyjs dist/vuvuzela.js -mc > dist/vuvuzela.min.js", "test": "npm run jshint && npm run test-node", "test-node": "istanbul test ./node_modules/mocha/bin/_mocha test/test.js" }, "version": "1.0.3" }