76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"scule@0.2.1",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "scule@0.2.1",
|
|
"_id": "scule@0.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==",
|
|
"_location": "/scule",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "0.2.1",
|
|
"_where": "/home/node/nuxt",
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt-contrib/scule/issues"
|
|
},
|
|
"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"
|
|
}
|