UNPKG

babel-plugin-transform-not-strict

Version:
32 lines (31 loc) 760 B
{ "name": "babel-plugin-transform-not-strict", "main": "src/index.js", "version": "0.3.1", "author": "Amin Yahyaabadi", "description": "Remove 'use strict' if the file is 'not strict'", "keywords": [ "babel-plugin", "use strict", "not strict", "strictMode", "strict", "ES6", "babel" ], "repository": "https://github.com/atom-ide-community/babel-plugin-transform-not-strict", "license": "MIT", "scripts": { "test": "atom --test spec/spec.js", "bump": "ncu -u" }, "peerDependencies": { "@babel/core": "^7" }, "devDependencies": { "@babel/cli": "7.11.6", "@babel/core": "7.11.6", "babel-plugin-tester": "^9.2.0", "npm-check-updates": "9.0.2" } }