package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "scule@^0.2.1",
  3. "_id": "scule@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==",
  6. "_location": "/scule",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "scule@^0.2.1",
  12. "name": "scule",
  13. "escapedName": "scule",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/components"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/scule/-/scule-0.2.1.tgz",
  22. "_shasum": "0c1dc847b18e07219ae9a3832f2f83224e2079dc",
  23. "_spec": "scule@^0.2.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\components",
  25. "bugs": {
  26. "url": "https://github.com/nuxt-contrib/scule/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href] [![bundle][bundle-src]][bundle-href]",
  31. "devDependencies": {
  32. "@nuxtjs/eslint-config-typescript": "latest",
  33. "@types/flat": "latest",
  34. "@types/jest": "latest",
  35. "@types/node": "latest",
  36. "eslint": "latest",
  37. "jest": "latest",
  38. "siroc": "latest",
  39. "standard-version": "latest",
  40. "ts-jest": "latest",
  41. "typescript": "latest"
  42. },
  43. "exports": {
  44. ".": {
  45. "require": "./dist/index.js",
  46. "import": "./dist/index.mjs"
  47. },
  48. "./*": "./*"
  49. },
  50. "files": [
  51. "dist"
  52. ],
  53. "homepage": "https://github.com/nuxt-contrib/scule#readme",
  54. "license": "MIT",
  55. "main": "./dist/index.js",
  56. "module": "./dist/index.mjs",
  57. "name": "scule",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/nuxt-contrib/scule.git"
  61. },
  62. "scripts": {
  63. "build": "siroc build",
  64. "lint": "eslint --ext .ts .",
  65. "prepublishOnly": "yarn build",
  66. "release": "yarn test && standard-version && git push --follow-tags && npm publish",
  67. "test": "yarn lint && jest"
  68. },
  69. "sideEffects": false,
  70. "types": "./dist/index.d.ts",
  71. "version": "0.2.1"
  72. }