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
| {
| "_from": "fs-memo@^1.2.0",
| "_id": "fs-memo@1.2.0",
| "_inBundle": false,
| "_integrity": "sha512-YEexkCpL4j03jn5SxaMHqcO6IuWuqm8JFUYhyCep7Ao89JIYmB8xoKhK7zXXJ9cCaNXpyNH5L3QtAmoxjoHW2w==",
| "_location": "/fs-memo",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "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",
| "_shasum": "a2ec3be606b902077adbb37ec529c5ec5fb2e037",
| "_spec": "fs-memo@^1.2.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\get-port-please",
| "bugs": {
| "url": "https://github.com/nuxt-contrib/fs-memo/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "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"
| }
|
|