@nuxt/modules 0.5.0-c77b65 → 0.5.0-c8fd0e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +5500 -0
- package/package.json +2 -24
- package/README.md +0 -25
- package/dist/modules.json +0 -4553
package/package.json
CHANGED
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-c8fd0e",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"main": "
|
|
6
|
-
"files": [
|
|
7
|
-
"dist"
|
|
8
|
-
],
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "yarn cli build",
|
|
11
|
-
"cli": "ts-node ./scripts/cli",
|
|
12
|
-
"release": "yarn cli version && npm publish",
|
|
13
|
-
"sync": "yarn cli sync"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"@nuxtjs/eslint-config-typescript": "^3.0.0",
|
|
17
|
-
"@types/node": "^14.6.0",
|
|
18
|
-
"axios": "^0.20.0",
|
|
19
|
-
"defu": "^3.1.0",
|
|
20
|
-
"execa": "^4.0.3",
|
|
21
|
-
"fs-extra": "^9.0.1",
|
|
22
|
-
"globby": "^11.0.1",
|
|
23
|
-
"hasha": "^5.2.0",
|
|
24
|
-
"js-yaml": "^3.14.0",
|
|
25
|
-
"ts-node": "^9.0.0",
|
|
26
|
-
"typescript": "^4.0.2"
|
|
27
|
-
}
|
|
5
|
+
"main": "./modules.json"
|
|
28
6
|
}
|
package/README.md
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# Nuxt Modules
|
|
2
|
-
|
|
3
|
-
[](#)
|
|
4
|
-
[](https://www.npmjs.com/package/@nuxt/modules)
|
|
5
|
-
|
|
6
|
-
## Contribution
|
|
7
|
-
|
|
8
|
-
- If you feel a module is missing, please create a new [issue](https://github.com/nuxt/modules/issues/new)
|
|
9
|
-
- If some meta is wrong, feel free directly opening a PR
|
|
10
|
-
|
|
11
|
-
### Add/Update repository
|
|
12
|
-
|
|
13
|
-
`yarn sync <owner>/<name>`
|
|
14
|
-
|
|
15
|
-
### Auto update all current modules
|
|
16
|
-
|
|
17
|
-
`yarn sync`
|
|
18
|
-
|
|
19
|
-
### Generate `dist/module.json`
|
|
20
|
-
|
|
21
|
-
`yarn build`
|
|
22
|
-
|
|
23
|
-
## License
|
|
24
|
-
|
|
25
|
-
MIT
|