123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "scule@^0.2.1",
- "_id": "scule@0.2.1",
- "_inBundle": false,
- "_integrity": "sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==",
- "_location": "/scule",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "scule@^0.2.1",
- "name": "scule",
- "escapedName": "scule",
- "rawSpec": "^0.2.1",
- "saveSpec": null,
- "fetchSpec": "^0.2.1"
- },
- "_requiredBy": [
- "/@nuxt/components"
- ],
- "_resolved": "https://registry.npmjs.org/scule/-/scule-0.2.1.tgz",
- "_shasum": "0c1dc847b18e07219ae9a3832f2f83224e2079dc",
- "_spec": "scule@^0.2.1",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\components",
- "bugs": {
- "url": "https://github.com/nuxt-contrib/scule/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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]",
- "devDependencies": {
- "@nuxtjs/eslint-config-typescript": "latest",
- "@types/flat": "latest",
- "@types/jest": "latest",
- "@types/node": "latest",
- "eslint": "latest",
- "jest": "latest",
- "siroc": "latest",
- "standard-version": "latest",
- "ts-jest": "latest",
- "typescript": "latest"
- },
- "exports": {
- ".": {
- "require": "./dist/index.js",
- "import": "./dist/index.mjs"
- },
- "./*": "./*"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/nuxt-contrib/scule#readme",
- "license": "MIT",
- "main": "./dist/index.js",
- "module": "./dist/index.mjs",
- "name": "scule",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt-contrib/scule.git"
- },
- "scripts": {
- "build": "siroc build",
- "lint": "eslint --ext .ts .",
- "prepublishOnly": "yarn build",
- "release": "yarn test && standard-version && git push --follow-tags && npm publish",
- "test": "yarn lint && jest"
- },
- "sideEffects": false,
- "types": "./dist/index.d.ts",
- "version": "0.2.1"
- }
|