1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| {
| "_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": "D:\\project\\PAM\\PAMapp\\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"
| }
|
|