1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/node_modules/babel-plugin-minify-replace/package.json
2018-05-05 13:54:07 +02:00

47 lines
1.6 KiB
JSON

{
"_from": "babel-plugin-minify-replace@^0.4.1",
"_id": "babel-plugin-minify-replace@0.4.1",
"_inBundle": false,
"_integrity": "sha1-xRnYhYxiKySWo2SmE1rSd1V42UM=",
"_location": "/babel-plugin-minify-replace",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-minify-replace@^0.4.1",
"name": "babel-plugin-minify-replace",
"escapedName": "babel-plugin-minify-replace",
"rawSpec": "^0.4.1",
"saveSpec": null,
"fetchSpec": "^0.4.1"
},
"_requiredBy": [
"/babel-preset-minify"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.4.1.tgz",
"_shasum": "c519d8858c622b2496a364a6135ad2775578d943",
"_spec": "babel-plugin-minify-replace@^0.4.1",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-preset-minify",
"author": {
"name": "amasad"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Configurable \"search and replace\" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `\"production\"`.",
"homepage": "https://github.com/babel/minify#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-minify-replace",
"repository": {
"type": "git",
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-replace"
},
"version": "0.4.1"
}