1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +02:00
Files
minifyfromhtml/node_modules/babel-plugin-transform-regexp-constructors/package.json
2019-03-29 15:56:41 +01:00

50 lines
1.6 KiB
JSON

{
"_args": [
[
"babel-plugin-transform-regexp-constructors@0.4.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "babel-plugin-transform-regexp-constructors@0.4.1",
"_id": "babel-plugin-transform-regexp-constructors@0.4.1",
"_inBundle": false,
"_integrity": "sha1-T/fx2g4MMZENDhRhq+0MZ5yzHu4=",
"_location": "/babel-plugin-transform-regexp-constructors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-transform-regexp-constructors@0.4.1",
"name": "babel-plugin-transform-regexp-constructors",
"escapedName": "babel-plugin-transform-regexp-constructors",
"rawSpec": "0.4.1",
"saveSpec": null,
"fetchSpec": "0.4.1"
},
"_requiredBy": [
"/babel-preset-minify"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.1.tgz",
"_spec": "0.4.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "shinew"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"description": "This changes RegExp constructors into literals if the RegExp arguments are strings.",
"homepage": "https://github.com/babel/minify#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-transform-regexp-constructors",
"repository": {
"type": "git",
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-regexp-constructors"
},
"version": "0.4.1"
}