forked from daren.hsu/line_push
94 lines
2.5 KiB
JSON
94 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@nuxt/components@1.0.7",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_from": "@nuxt/components@1.0.7",
|
|
"_id": "@nuxt/components@1.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MHQiscSQpMQBYiu2ZonUnbjirXgMu1/q6acItnzaGiA0rLSDU0qWkKF/7OnetOy6E7ZFB9I8gGQpjVYA6b+Tew==",
|
|
"_location": "/@nuxt/components",
|
|
"_phantomChildren": {
|
|
"@types/color-name": "1.1.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@nuxt/components@1.0.7",
|
|
"name": "@nuxt/components",
|
|
"escapedName": "@nuxt%2fcomponents",
|
|
"scope": "@nuxt",
|
|
"rawSpec": "1.0.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/nuxt"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@nuxt/components/-/components-1.0.7.tgz",
|
|
"_spec": "1.0.7",
|
|
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt/components/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.4.0",
|
|
"glob": "^7.1.6",
|
|
"globby": "^11.0.1",
|
|
"lodash": "^4.17.15",
|
|
"semver": "^7.3.2"
|
|
},
|
|
"description": "Auto Import Components for Nuxt.js",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "latest",
|
|
"@nuxt/types": "^2.13.2",
|
|
"@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",
|
|
"bili": "latest",
|
|
"eslint": "latest",
|
|
"jest": "latest",
|
|
"nuxt-edge": "latest",
|
|
"pug": "latest",
|
|
"pug-plain-loader": "latest",
|
|
"rimraf": "latest",
|
|
"rollup-plugin-typescript2": "latest",
|
|
"standard-version": "latest",
|
|
"ts-jest": "latest",
|
|
"typescript": "latest"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"homepage": "https://github.com/nuxt/components#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "@nuxt/components",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/components.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn clean && bili src/index.ts,src/loader.ts",
|
|
"clean": "rimraf dist",
|
|
"dev": "nuxt-ts test/fixture",
|
|
"lint": "eslint --ext .ts,.js,.vue .",
|
|
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
|
|
"test": "yarn lint && jest --verbose"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"version": "1.0.7"
|
|
}
|