Edit File: package.json
{ "_args": [ [ "mime@3.0.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "mime@3.0.0", "_id": "mime@3.0.0", "_inBundle": false, "_integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", "_location": "/@google-cloud/storage/mime", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mime@3.0.0", "name": "mime", "escapedName": "mime", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/@google-cloud/storage" ], "_resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", "_spec": "3.0.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Robert Kieffer", "email": "robert@broofa.com", "url": "http://github.com/broofa" }, "bin": { "mime": "cli.js" }, "bugs": { "url": "https://github.com/broofa/mime/issues" }, "contributors": [], "dependencies": {}, "description": "A comprehensive library for mime-type mapping", "devDependencies": { "benchmark": "*", "chalk": "4.1.2", "eslint": "8.1.0", "mime-db": "1.50.0", "mime-score": "1.2.0", "mime-types": "2.1.33", "mocha": "9.1.3", "runmd": "*", "standard-version": "9.3.2" }, "engines": { "node": ">=10.0.0" }, "files": [ "index.js", "lite.js", "Mime.js", "cli.js", "/types" ], "homepage": "https://github.com/broofa/mime#readme", "keywords": [ "util", "mime" ], "license": "MIT", "name": "mime", "repository": { "url": "git+https://github.com/broofa/mime.git", "type": "git" }, "scripts": { "benchmark": "node src/benchmark.js", "md": "runmd --watch --output README.md src/README_js.md", "prepare": "node src/build.js && runmd --output README.md src/README_js.md", "release": "standard-version", "test": "mocha src/test.js" }, "version": "3.0.0" }
Back to File Manager