line_push/node_modules/fs-memo/package.json
2022-07-17 13:16:16 +08:00

62 lines
1.6 KiB
JSON

{
"_args": [
[
"fs-memo@1.0.1",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "fs-memo@1.0.1",
"_id": "fs-memo@1.0.1",
"_inBundle": false,
"_integrity": "sha512-lV4dUPsyJHVgD3g0loRj+ClZQnb8eUQN0olNWgmYbq+ch4ponSMBI+l4l72l9krHakhq79QLCzPJMko+qpvmTQ==",
"_location": "/fs-memo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fs-memo@1.0.1",
"name": "fs-memo",
"escapedName": "fs-memo",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/get-port-please"
],
"_resolved": "https://registry.npmjs.org/fs-memo/-/fs-memo-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"bugs": {
"url": "https://github.com/nuxt-contrib/fs-memo/issues"
},
"description": "easy persisted memo object",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^2.0.0",
"@types/node": "^14.0.6",
"bili": "^4.10.0",
"eslint": "^7.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"standard-version": "^8.0.0",
"typescript": "^3.9.3"
},
"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": "bili src/index.ts --minimal",
"lint": "eslint --ext ts .",
"release": "yarn build && standard-version && npm publish && git push --follow-tags"
},
"types": "dist/index.d.ts",
"version": "1.0.1"
}