package.json 801 B

123456789101112131415161718192021
  1. {
  2. "name": "babel-plugin-transform-strict-mode",
  3. "version": "6.24.1",
  4. "description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "keywords": [
  9. "babel-plugin"
  10. ],
  11. "dependencies": {
  12. "babel-runtime": "^6.22.0",
  13. "babel-types": "^6.24.1"
  14. },
  15. "devDependencies": {
  16. "babel-helper-plugin-test-runner": "^6.24.1"
  17. },
  18. "__npminstall_done": "Mon May 18 2020 19:19:04 GMT+0800 (CST)",
  19. "_from": "babel-plugin-transform-strict-mode@6.24.1",
  20. "_resolved": "https://registry.npm.taobao.org/babel-plugin-transform-strict-mode/download/babel-plugin-transform-strict-mode-6.24.1.tgz"
  21. }