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
| {
| "_args": [
| [
| "fs-memo@1.2.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_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": "/Users/tomas/PAM/PAMapp",
| "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"
| }
|
|