UNPKG

gulp-importer

Version:

A simple gulp plugin that allows importing any kind of file to any kind of file. Nevertheless, gulp-importer looks up through dependant files and automatically updates dependency.

50 lines (49 loc) 1.37 kB
{ "name": "gulp-importer", "version": "1.5.2", "description": "A simple gulp plugin that allows importing any kind of file to any kind of file. Nevertheless, gulp-importer looks up through dependant files and automatically updates dependency.", "readme": "README.md", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "mocha -r ts-node/register test/main.ts" }, "repository": { "type": "git", "url": "git+https://github.com/salihkavaf/gulp-importer.git" }, "keywords": [ "gulp", "import", "js-import", "css-import", "gulp-import" ], "author": "Saleh Kawaf Kulla", "license": "MIT", "bugs": { "url": "https://github.com/salihkavaf/gulp-importer/issues" }, "homepage": "https://github.com/salihkavaf/gulp-importer#readme", "devDependencies": { "@types/event-stream": "^3.3.34", "@types/fancy-log": "^1.3.1", "@types/mocha": "^9.0.0", "@types/node": "^16.9.2", "@types/through2": "^2.0.36", "@types/vinyl-fs": "^3.0.1", "event-stream": "^4.0.1", "gulp-if": "^3.0.0", "mocha": "^9.1.1", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "dependencies": { "fancy-log": "^1.3.3", "plugin-error": "^1.0.1", "through2": "^4.0.2", "vinyl-fs": "^3.0.3" } }