123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_from": "rollup-plugin-babel@^4.3.3",
- "_id": "rollup-plugin-babel@4.4.0",
- "_inBundle": false,
- "_integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==",
- "_location": "/rollup-plugin-babel",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rollup-plugin-babel@^4.3.3",
- "name": "rollup-plugin-babel",
- "escapedName": "rollup-plugin-babel",
- "rawSpec": "^4.3.3",
- "saveSpec": null,
- "fetchSpec": "^4.3.3"
- },
- "_requiredBy": [
- "/workbox-build"
- ],
- "_resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz",
- "_shasum": "d15bd259466a9d1accbdb2fe2fff17c52d030acb",
- "_spec": "rollup-plugin-babel@^4.3.3",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
- "author": {
- "name": "Rich Harris"
- },
- "bugs": {
- "url": "https://github.com/rollup/rollup-plugin-babel/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Bogdan Chadkin",
- "email": "trysound@yandex.ru"
- },
- {
- "name": "Mateusz Burzyński",
- "email": "mateuszburzynski@gmail.com",
- "url": "https://github.com/Andarist"
- }
- ],
- "dependencies": {
- "@babel/helper-module-imports": "^7.0.0",
- "rollup-pluginutils": "^2.8.1"
- },
- "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.",
- "description": "Seamless integration between Rollup and Babel.",
- "devDependencies": {
- "@babel/core": "^7.3.4",
- "@babel/plugin-external-helpers": "^7.0.0",
- "@babel/plugin-proposal-decorators": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.0.0",
- "@babel/preset-env": "^7.3.4",
- "buble": "^0.19.3",
- "eslint": "^5.15.1",
- "eslint-config-prettier": "^3.3.0",
- "eslint-plugin-prettier": "^3.0.0",
- "husky": "^1.0.1",
- "lint-staged": "^7.2.2",
- "mocha": "^5.2.0",
- "prettier": "^1.15.3",
- "rollup": "^2.0.1",
- "rollup-plugin-buble": "^0.19.2",
- "rollup-plugin-json": "^3.0.0",
- "source-map": "^0.6.1",
- "source-map-support": "^0.5.6"
- },
- "files": [
- "src",
- "dist"
- ],
- "homepage": "https://github.com/rollup/rollup-plugin-babel",
- "keywords": [
- "rollup-plugin",
- "babel",
- "es2015",
- "es6"
- ],
- "license": "MIT",
- "main": "dist/rollup-plugin-babel.cjs.js",
- "module": "dist/rollup-plugin-babel.esm.js",
- "name": "rollup-plugin-babel",
- "peerDependencies": {
- "@babel/core": "7 || ^7.0.0-rc.2",
- "rollup": ">=0.60.0 <3"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rollup/rollup-plugin-babel.git"
- },
- "scripts": {
- "build": "rollup -c",
- "lint": "eslint src",
- "prebuild": "rm -rf dist/*",
- "prepare": "npm run build",
- "pretest": "npm run build",
- "preversion": "npm run lint && npm test",
- "test": "mocha"
- },
- "version": "4.4.0"
- }
|