source: trip-planner-front/node_modules/read-cache/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "read-cache@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "read-cache@1.0.0",
10 "_id": "read-cache@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=",
13 "_location": "/read-cache",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "read-cache@1.0.0",
19 "name": "read-cache",
20 "escapedName": "read-cache",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/postcss-import"
27 ],
28 "_resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
29 "_spec": "1.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Bogdan Chadkin",
33 "email": "trysound@yandex.ru"
34 },
35 "bugs": {
36 "url": "https://github.com/TrySound/read-cache/issues"
37 },
38 "dependencies": {
39 "pify": "^2.3.0"
40 },
41 "description": "Reads and caches the entire contents of a file until it is modified",
42 "devDependencies": {
43 "ava": "^0.9.1",
44 "del": "^2.2.0"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/TrySound/read-cache#readme",
50 "keywords": [
51 "fs",
52 "read",
53 "cache"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "read-cache",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/TrySound/read-cache.git"
61 },
62 "scripts": {
63 "test": "ava"
64 },
65 "version": "1.0.0"
66}
Note: See TracBrowser for help on using the repository browser.