line_push/node_modules/fs-memo/package.json
2022-07-21 03:28:35 +00:00

61 lines
1.5 KiB
JSON

{
"_args": [
[
"fs-memo@1.2.0",
"/home/node/nuxt"
]
],
"_from": "fs-memo@1.2.0",
"_id": "fs-memo@1.2.0",
"_inBundle": false,
"_integrity": "sha512-YEexkCpL4j03jn5SxaMHqcO6IuWuqm8JFUYhyCep7Ao89JIYmB8xoKhK7zXXJ9cCaNXpyNH5L3QtAmoxjoHW2w==",
"_location": "/fs-memo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fs-memo@1.2.0",
"name": "fs-memo",
"escapedName": "fs-memo",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/get-port-please"
],
"_resolved": "https://registry.npmjs.org/fs-memo/-/fs-memo-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/home/node/nuxt",
"bugs": {
"url": "https://github.com/nuxt-contrib/fs-memo/issues"
},
"description": "easy persisted memo object",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "latest",
"eslint": "latest",
"siroc": "^0.4.0",
"standard-version": "latest",
"typescript": "latest"
},
"files": [
"dist"
],
"homepage": "https://github.com/nuxt-contrib/fs-memo#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "fs-memo",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-contrib/fs-memo.git"
},
"scripts": {
"build": "siroc build",
"lint": "eslint --ext ts .",
"release": "yarn build && standard-version && npm publish && git push --follow-tags"
},
"types": "dist/index.d.ts",
"version": "1.2.0"
}