12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "rollup-plugin-external-globals@^0.6.1",
- "_id": "rollup-plugin-external-globals@0.6.1",
- "_inBundle": false,
- "_integrity": "sha512-mlp3KNa5sE4Sp9UUR2rjBrxjG79OyZAh/QC18RHIjM+iYkbBwNXSo8DHRMZWtzJTrH8GxQ+SJvCTN3i14uMXIA==",
- "_location": "/rollup-plugin-external-globals",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rollup-plugin-external-globals@^0.6.1",
- "name": "rollup-plugin-external-globals",
- "escapedName": "rollup-plugin-external-globals",
- "rawSpec": "^0.6.1",
- "saveSpec": null,
- "fetchSpec": "^0.6.1"
- },
- "_requiredBy": [
- "/vite-plugin-cesium"
- ],
- "_resolved": "https://registry.npmjs.org/rollup-plugin-external-globals/-/rollup-plugin-external-globals-0.6.1.tgz",
- "_shasum": "861c260b5727144e0fd1b424b103f9f0282fc365",
- "_spec": "rollup-plugin-external-globals@^0.6.1",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/vite-plugin-cesium",
- "author": {
- "name": "eight04",
- "email": "eight04@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/eight04/rollup-plugin-external-globals/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@rollup/pluginutils": "^4.0.0",
- "estree-walker": "^2.0.1",
- "is-reference": "^1.2.1",
- "magic-string": "^0.25.7"
- },
- "deprecated": false,
- "description": "Transform external imports into global variables like output.globals.",
- "devDependencies": {
- "c8": "^7.3.4",
- "endent": "^2.0.1",
- "eslint": "^7.11.0",
- "mocha": "^8.2.0",
- "rollup": "^2.32.0",
- "tempdir-yaml": "^0.3.0"
- },
- "eslintIgnore": [
- "coverage"
- ],
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/eight04/rollup-plugin-external-globals#readme",
- "keywords": [
- "rollup-plugin",
- "es",
- "transform",
- "external",
- "globals"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "rollup-plugin-external-globals",
- "peerDependencies": {
- "rollup": "^2.25.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eight04/rollup-plugin-external-globals.git"
- },
- "scripts": {
- "postversion": "git push --follow-tags && npm publish",
- "preversion": "npm test",
- "test": "eslint **/*.js --cache && c8 --reporter lcov mocha"
- },
- "version": "0.6.1"
- }
|