forked from daren.hsu/line_push
104 lines
2.7 KiB
JSON
104 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@nuxt/components@2.2.1",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "@nuxt/components@2.2.1",
|
|
"_id": "@nuxt/components@2.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-r1LHUzifvheTnJtYrMuA+apgsrEJbxcgFKIimeXKb+jl8TnPWdV3egmrxBCaDJchrtY/wmHyP47tunsft7AWwg==",
|
|
"_location": "/@nuxt/components",
|
|
"_phantomChildren": {
|
|
"supports-color": "7.2.0",
|
|
"yallist": "4.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@nuxt/components@2.2.1",
|
|
"name": "@nuxt/components",
|
|
"escapedName": "@nuxt%2fcomponents",
|
|
"scope": "@nuxt",
|
|
"rawSpec": "2.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/nuxt"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@nuxt/components/-/components-2.2.1.tgz",
|
|
"_spec": "2.2.1",
|
|
"_where": "/home/node/nuxt",
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt/components/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.2",
|
|
"glob": "^7.1.7",
|
|
"globby": "^11.0.4",
|
|
"scule": "^0.2.1",
|
|
"semver": "^7.3.5",
|
|
"upath": "^2.0.1",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"description": "Auto Import Components for Nuxt.js",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "latest",
|
|
"@babel/preset-typescript": "latest",
|
|
"@nuxt/test-utils": "latest",
|
|
"@nuxt/types": "latest",
|
|
"@nuxt/typescript-build": "latest",
|
|
"@nuxt/typescript-runtime": "latest",
|
|
"@nuxtjs/eslint-config-typescript": "latest",
|
|
"@types/jest": "latest",
|
|
"@types/loader-utils": "latest",
|
|
"@types/lodash": "latest",
|
|
"@types/semver": "latest",
|
|
"consola": "latest",
|
|
"eslint": "latest",
|
|
"jest": "latest",
|
|
"loader-utils": "latest",
|
|
"nuxt-edge": "latest",
|
|
"pug": "latest",
|
|
"pug-plain-loader": "latest",
|
|
"siroc": "0.15.0",
|
|
"standard-version": "latest"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./*": "./*",
|
|
"./package.json": "./package.json",
|
|
"./loader": "./dist/loader.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"homepage": "https://github.com/nuxt/components#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "@nuxt/components",
|
|
"peerDependencies": {
|
|
"consola": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/components.git"
|
|
},
|
|
"scripts": {
|
|
"build": "siroc build",
|
|
"dev": "nuxt dev test/fixture",
|
|
"lint": "eslint --ext .ts,.js,.vue .",
|
|
"prepare": "yarn link && yarn link @nuxt/components",
|
|
"prepublishOnly": "yarn build",
|
|
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
|
|
"test": "yarn lint && jest --verbose"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"version": "2.2.1"
|
|
}
|