Edit File: package.json
{ "_args": [ [ "webpack-chunk-hash@0.4.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_development": true, "_from": "webpack-chunk-hash@0.4.0", "_id": "webpack-chunk-hash@0.4.0", "_inBundle": false, "_integrity": "sha1-a0DDBw+8n/DP4P54HHF0r2x8FqQ=", "_location": "/webpack-chunk-hash", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "webpack-chunk-hash@0.4.0", "name": "webpack-chunk-hash", "escapedName": "webpack-chunk-hash", "rawSpec": "0.4.0", "saveSpec": null, "fetchSpec": "0.4.0" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/webpack-chunk-hash/-/webpack-chunk-hash-0.4.0.tgz", "_spec": "0.4.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Alex Indigo", "email": "iam@alexindigo.com" }, "bugs": { "url": "https://github.com/alexindigo/webpack-chunk-hash/issues" }, "dependencies": {}, "description": "Plugin to replace a standard webpack chunk hashing with custom (md5) one.", "devDependencies": { "argparse": "^1.0.4", "jasmine-node": "^1.14.5", "jshint": "^2.8.0", "rimraf": "^2.5.4", "webpack": "^1.13.3" }, "homepage": "https://github.com/alexindigo/webpack-chunk-hash#readme", "keywords": [ "webpack", "hash", "plugin", "md5" ], "license": "MIT", "main": "index.js", "name": "webpack-chunk-hash", "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/alexindigo/webpack-chunk-hash.git" }, "scripts": { "lint": "jshint", "pretest": "rimraf dist", "test": "jasmine-node --captureExceptions spec" }, "version": "0.4.0" }
Back to File Manager