123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "rollup-pluginutils@^2.0.1",
- "_id": "rollup-pluginutils@2.3.0",
- "_inBundle": false,
- "_integrity": "sha512-xB6hsRsjdJdIYWEyYUJy/3ki5g69wrf0luHPGNK3ZSocV6HLNfio59l3dZ3TL4xUwEKgROhFi9jOCt6c5gfUWw==",
- "_location": "/rollup-pluginutils",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rollup-pluginutils@^2.0.1",
- "name": "rollup-pluginutils",
- "escapedName": "rollup-pluginutils",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/rollup-plugin-commonjs"
- ],
- "_resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.3.0.tgz",
- "_shasum": "478ace04bd7f6da2e724356ca798214884738fc4",
- "_spec": "rollup-pluginutils@^2.0.1",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/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.5.2",
- "micromatch": "^2.3.11"
- },
- "deprecated": false,
- "description": "Functionality commonly needed by Rollup plugins",
- "devDependencies": {
- "eslint": "^4.19.1",
- "husky": "^0.14.3",
- "lint-staged": "^7.1.0",
- "mocha": "^5.1.1",
- "rollup": "^0.58.2",
- "rollup-plugin-buble": "^0.15.0"
- },
- "files": [
- "src",
- "dist",
- "README.md"
- ],
- "homepage": "https://github.com/rollup/rollup-pluginutils#readme",
- "jsnext:main": "dist/pluginutils.es.js",
- "keywords": [
- "rollup",
- "utils"
- ],
- "license": "MIT",
- "main": "dist/pluginutils.cjs.js",
- "module": "dist/pluginutils.es.js",
- "name": "rollup-pluginutils",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rollup/rollup-pluginutils.git"
- },
- "scripts": {
- "build": "rollup -c",
- "lint": "eslint --fix src test",
- "postcommit": "git reset",
- "precommit": "lint-staged",
- "prepare": "npm run build",
- "prepublishOnly": "npm test",
- "pretest": "npm run build",
- "test": "mocha"
- },
- "version": "2.3.0"
- }
|