lib/condenser/processors/node_modules/rollup-pluginutils/package.json in condenser-0.0.4 vs lib/condenser/processors/node_modules/rollup-pluginutils/package.json in condenser-0.0.5
- old
+ new
@@ -1,48 +1,62 @@
{
- "_from": "rollup-pluginutils@^2.0.1",
- "_id": "rollup-pluginutils@2.0.1",
+ "_from": "rollup-pluginutils@^2.8.1",
+ "_id": "rollup-pluginutils@2.8.1",
"_inBundle": false,
- "_integrity": "sha1-fslbNXP2VDpGpkYb2afFRFJdD8A=",
+ "_integrity": "sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg==",
"_location": "/rollup-pluginutils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "rollup-pluginutils@^2.0.1",
+ "raw": "rollup-pluginutils@^2.8.1",
"name": "rollup-pluginutils",
"escapedName": "rollup-pluginutils",
- "rawSpec": "^2.0.1",
+ "rawSpec": "^2.8.1",
"saveSpec": null,
- "fetchSpec": "^2.0.1"
+ "fetchSpec": "^2.8.1"
},
"_requiredBy": [
- "/rollup-plugin-commonjs"
+ "/rollup-plugin-commonjs",
+ "/rollup-plugin-node-resolve"
],
- "_resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.0.1.tgz",
- "_shasum": "7ec95b3573f6543a46a6461bd9a7c544525d0fc0",
- "_spec": "rollup-pluginutils@^2.0.1",
- "_where": "/Users/malomalo/Code/tmp/condenser/lib/condenser/processors/node_modules/rollup-plugin-commonjs",
+ "_resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz",
+ "_shasum": "8fa6dd0697344938ef26c2c09d2488ce9e33ce97",
+ "_spec": "rollup-pluginutils@^2.8.1",
+ "_where": "/Users/malomalo/Code/condenser/lib/condenser/processors/node_modules/rollup-plugin-commonjs",
"author": {
"name": "Rich Harris",
"email": "richard.a.harris@gmail.com"
},
"bugs": {
"url": "https://github.com/rollup/rollup-pluginutils/issues"
},
"bundleDependencies": false,
"dependencies": {
- "estree-walker": "^0.3.0",
- "micromatch": "^2.3.11"
+ "estree-walker": "^0.6.1"
},
"deprecated": false,
"description": "Functionality commonly needed by Rollup plugins",
"devDependencies": {
- "eslint": "^3.12.2",
- "mocha": "^3.2.0",
- "rollup": "^0.40.0",
- "rollup-plugin-buble": "^0.15.0"
+ "@types/estree": "0.0.39",
+ "@types/jest": "^24.0.13",
+ "@types/micromatch": "^3.1.0",
+ "@types/node": "^12.0.4",
+ "husky": "^2.3.0",
+ "jest": "^24.8.0",
+ "lint-staged": "^8.1.7",
+ "micromatch": "^4.0.2",
+ "prettier": "^1.17.1",
+ "rollup": "^1.13.1",
+ "rollup-plugin-commonjs": "^10.0.0",
+ "rollup-plugin-node-resolve": "^5.0.1",
+ "rollup-plugin-typescript": "^1.0.1",
+ "shx": "^0.3.2",
+ "ts-jest": "^24.0.2",
+ "tslint": "^5.17.0",
+ "typescript": "^3.5.1",
+ "typescript-eslint-parser": "^22.0.0"
},
"files": [
"src",
"dist",
"README.md"
@@ -60,12 +74,16 @@
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup-pluginutils.git"
},
"scripts": {
- "build": "rollup -c",
- "prepublish": "npm test",
+ "build": "rollup -c && shx cp src/pluginutils.d.ts dist/pluginutils.d.ts",
+ "lint": "npm run lint:nofix -- --fix",
+ "lint:nofix": "tslint --project .",
+ "prepare": "npm run build",
+ "prepublishOnly": "npm test",
"pretest": "npm run build",
- "test": "mocha"
+ "test": "jest"
},
- "version": "2.0.1"
+ "typings": "dist/pluginutils.d.ts",
+ "version": "2.8.1"
}