UNPKG

strict-loader

Version:

Adds `use strict;` in the beginning of each source

42 lines (41 loc) 960 B
{ "name": "strict-loader", "version": "1.2.0", "description": "Adds `use strict;` in the beginning of each source", "keywords": [ "webpack", "loader", "strict", "use strict" ], "files": [ "index.js", "LICENSE" ], "homepage": "https://github.com/mistadikay/strict-loader", "repository": { "type": "git", "url": "https://github.com/mistadikay/strict-loader.git" }, "author": "Denis Koltsov <iam@mistadikay.com> (https://mistadikay.com/)", "main": "index.js", "dependencies": { "esprima": "^3.1.3", "loader-utils": "^1.1.0", "source-map": "^0.5.6" }, "devDependencies": { "eslint": "^3.18.0", "eslint-config-tough": "^0.4.0", "html-webpack-plugin": "^2.28.0", "husky": "^0.13.3", "webpack": "^2.2.0", "webpack-dev-server": "^2.4.2" }, "scripts": { "start": "webpack-dev-server", "precommit": "npm test", "test": "eslint ." }, "license": "MIT" }