cat-bookmarker/assets/node_modules/babel-plugin-transform-stri.../package.json

19 lines
540 B
JSON
Raw Normal View History

2024-03-10 18:52:04 +00:00
{
"name": "babel-plugin-transform-strict-mode",
"version": "6.24.1",
"description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.24.1"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.24.1"
}
}