2021-03-01 15:06:11 +08:00

108 lines
2.9 KiB
JSON

{
"_args": [
[
"@rollup/plugin-json@4.1.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "@rollup/plugin-json@4.1.0",
"_id": "@rollup/plugin-json@4.1.0",
"_inBundle": false,
"_integrity": "sha1-VOCYZ65pY8WThE2L16nHGClElvM=",
"_location": "/@rollup/plugin-json",
"_phantomChildren": {
"@types/estree": "0.0.39",
"picomatch": "2.2.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@rollup/plugin-json@4.1.0",
"name": "@rollup/plugin-json",
"escapedName": "@rollup%2fplugin-json",
"scope": "@rollup",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/vite"
],
"_resolved": "http://192.168.250.101:4873/@rollup%2fplugin-json/-/plugin-json-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "rollup"
},
"ava": {
"files": [
"!**/fixtures/**",
"!**/helpers/**",
"!**/recipes/**",
"!**/types.ts"
]
},
"bugs": {
"url": "https://github.com/rollup/plugins/issues"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.8"
},
"description": "Convert .json files to ES6 modules",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"source-map-support": "^0.5.16"
},
"files": [
"dist",
"types",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/rollup/plugins/tree/master/packages/json#readme",
"keywords": [
"rollup",
"plugin",
"json",
"es2015",
"npm",
"modules"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
"name": "@rollup/plugin-json",
"peerDependencies": {
"rollup": "^1.20.0 || ^2.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/plugins.git"
},
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:lint": "pnpm run build && pnpm run lint",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package",
"lint:docs": "prettier --single-quote --write README.md",
"lint:js": "eslint --fix --cache src test types --ext .js,.ts",
"lint:json": "prettier --write \"test/fixtures/!(garbage)/*.json\"",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"prebuild": "del-cli dist",
"prepare": "pnpm run build",
"prepublishOnly": "pnpm run lint && pnpm run test",
"pretest": "pnpm run build",
"test": "ava",
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
},
"types": "types/index.d.ts",
"version": "4.1.0"
}