Edit File: package.json
{ "_args": [ [ "resolve-url-loader@2.3.2", "/home/taswqeshtry/public_html/nodejs" ] ], "_development": true, "_from": "resolve-url-loader@2.3.2", "_id": "resolve-url-loader@2.3.2", "_inBundle": false, "_integrity": "sha512-sc/UVgiADdoTc+4cGPB7cUCnlEkzlxD1NXHw4oa9qA0fp30H8mAQ2ePJBP9MQ029DUuhEPouhNdvzT37pBCV0g==", "_location": "/resolve-url-loader", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "resolve-url-loader@2.3.2", "name": "resolve-url-loader", "escapedName": "resolve-url-loader", "rawSpec": "2.3.2", "saveSpec": null, "fetchSpec": "2.3.2" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-2.3.2.tgz", "_spec": "2.3.2", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "bholloway" }, "bugs": { "url": "https://github.com/bholloway/resolve-url-loader/issues" }, "dependencies": { "adjust-sourcemap-loader": "^1.1.0", "camelcase": "^4.1.0", "convert-source-map": "^1.5.1", "loader-utils": "^1.1.0", "lodash.defaults": "^4.0.0", "rework": "^1.0.1", "rework-visit": "^1.0.0", "source-map": "^0.5.7", "urix": "^0.1.0" }, "description": "Webpack loader that resolves relative paths in url() statements based on the original source file", "devDependencies": { "jshint": "^2.9.5" }, "files": [ "index.js", "lib" ], "homepage": "https://github.com/bholloway/resolve-url-loader", "keywords": [ "webpack", "loader", "css", "normalize", "rewrite", "resolve", "url", "sass", "relative", "file" ], "license": "MIT", "main": "index.js", "name": "resolve-url-loader", "repository": { "type": "git", "url": "git+https://github.com/bholloway/resolve-url-loader.git" }, "scripts": { "lint": "jshint index.js lib" }, "version": "2.3.2" }
Back to File Manager