source: imaps-frontend/node_modules/file-entry-cache/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "file-entry-cache@6.0.1",
3 "_id": "file-entry-cache@6.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
6 "_location": "/file-entry-cache",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "file-entry-cache@6.0.1",
12 "name": "file-entry-cache",
13 "escapedName": "file-entry-cache",
14 "rawSpec": "6.0.1",
15 "saveSpec": null,
16 "fetchSpec": "6.0.1"
17 },
18 "_requiredBy": [
19 "/eslint"
20 ],
21 "_resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
22 "_shasum": "211b2dd9659cb0394b073e7323ac3c933d522027",
23 "_spec": "file-entry-cache@6.0.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
[d565449]25 "author": {
26 "name": "Roy Riojas",
27 "url": "http://royriojas.com"
28 },
[79a0317]29 "bugs": {
30 "url": "https://github.com/royriojas/file-entry-cache/issues"
[d565449]31 },
[79a0317]32 "bundleDependencies": false,
[d565449]33 "changelogx": {
34 "ignoreRegExp": [
35 "BLD: Release",
36 "DOC: Generate Changelog",
37 "Generated Changelog"
38 ],
39 "issueIDRegExp": "#(\\d+)",
40 "commitURL": "https://github.com/royriojas/file-entry-cache/commit/{0}",
41 "authorURL": "https://github.com/{0}",
42 "issueIDURL": "https://github.com/royriojas/file-entry-cache/issues/{0}",
43 "projectName": "file-entry-cache"
44 },
[79a0317]45 "dependencies": {
46 "flat-cache": "^3.0.4"
47 },
48 "deprecated": false,
49 "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
[d565449]50 "devDependencies": {
51 "chai": "^4.2.0",
52 "changelogx": "^5.0.6",
53 "del": "^6.0.0",
54 "eslint": "^7.13.0",
55 "eslint-config-prettier": "^6.15.0",
56 "eslint-plugin-mocha": "^8.0.0",
57 "eslint-plugin-prettier": "^3.1.4",
58 "glob-expand": "^0.2.1",
59 "istanbul": "^0.4.5",
60 "mocha": "^8.2.1",
61 "precommit": "^1.2.2",
62 "prepush": "^3.1.11",
63 "prettier": "^2.1.2",
64 "watch-run": "^1.2.5",
65 "write": "^2.0.0"
66 },
[79a0317]67 "engines": {
68 "node": "^10.12.0 || >=12.0.0"
69 },
70 "files": [
71 "cache.js"
72 ],
73 "homepage": "https://github.com/royriojas/file-entry-cache#readme",
74 "keywords": [
75 "file cache",
76 "task cache files",
77 "file cache",
78 "key par",
79 "key value",
80 "cache"
81 ],
82 "license": "MIT",
83 "main": "cache.js",
84 "name": "file-entry-cache",
85 "precommit": [
86 "npm run eslint --silent"
87 ],
88 "prepush": [
89 "npm run eslint --silent"
90 ],
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/royriojas/file-entry-cache.git"
94 },
95 "scripts": {
96 "autofix": "npm run eslint -- --fix",
97 "bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v",
98 "bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v",
99 "bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v",
100 "changelog": "changelogx -f markdown -o ./changelog.md",
101 "cover": "istanbul cover test/runner.js html text-summary",
102 "do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify",
103 "eslint": "eslint --cache --cache-location=node_modules/.cache/ 'cache.js' 'test/**/*.js' 'perf.js'",
104 "install-hooks": "prepush install && changelogx install-hook && precommit install",
105 "perf": "node perf.js",
106 "post-v": "npm run do-changelog && git push --no-verify && git push --tags --no-verify",
107 "pre-v": "npm run test",
108 "test": "npm run eslint --silent && mocha -R spec test/specs",
109 "watch": "watch-run -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary"
110 },
111 "version": "6.0.1"
[d565449]112}
Note: See TracBrowser for help on using the repository browser.