{ "_from": "audio-metadata@^0.3.0", "_id": "audio-metadata@0.3.0", "_inBundle": false, "_integrity": "sha1-fVVAMfDCRO4pYjGhpV4A/3iNbOs=", "_location": "/audio-metadata", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "audio-metadata@^0.3.0", "name": "audio-metadata", "escapedName": "audio-metadata", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/audio-metadata/-/audio-metadata-0.3.0.tgz", "_shasum": "7d554031f0c244ee296231a1a55e00ff788d6ceb", "_spec": "audio-metadata@^0.3.0", "_where": "C:\\Users\\Maspenguin\\Documents\\Programming\\MasSite", "author": { "name": "Tommy Montgomery", "email": "tmont@tmont.com", "url": "http://tmont.com/" }, "bin": { "audio-metadata": "bin/audio-metadata.js" }, "bugs": { "url": "https://github.com/tmont/audio-metadata/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Extract metadata from audio files", "devDependencies": { "browserify": "3.19.1", "mocha": "1.16.2", "serve": "1.3.0", "should": "2.1.1", "uglify-js": "2.4.8" }, "files": [ "index.js", "audio-metadata.min.js", "src", "bin", "README.md" ], "homepage": "https://github.com/tmont/audio-metadata#readme", "keywords": [ "id3", "metadata", "mp3", "ogg", "wav", "audio" ], "license": "WTFPL", "name": "audio-metadata", "repository": { "type": "git", "url": "git+https://github.com/tmont/audio-metadata.git" }, "scripts": { "build": "browserify -s AudioMetadata -e index.js --bare > audio-metadata.js", "minify": "npm run build && ./node_modules/.bin/uglifyjs audio-metadata.js > audio-metadata.min.js && rm audio-metadata.js", "start": "serve -p 24578 .", "test": "mocha -R spec tests" }, "version": "0.3.0" }