Changeset 59329aa for trip-planner-front/node_modules/read-cache
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/read-cache/package.json
rceaed42 r59329aa 1 1 { 2 "name": "read-cache", 3 "version": "1.0.0", 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 }, 4 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 }, 5 46 "files": [ 6 47 "index.js" 7 48 ], 8 "main": "index.js", 9 "scripts": { 10 "test": "ava" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/TrySound/read-cache.git" 15 }, 49 "homepage": "https://github.com/TrySound/read-cache#readme", 16 50 "keywords": [ 17 51 "fs", … … 19 53 "cache" 20 54 ], 21 "author": "Bogdan Chadkin <trysound@yandex.ru>",22 55 "license": "MIT", 23 "bugs": { 24 "url": "https://github.com/TrySound/read-cache/issues" 56 "main": "index.js", 57 "name": "read-cache", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/TrySound/read-cache.git" 25 61 }, 26 "homepage": "https://github.com/TrySound/read-cache#readme", 27 "devDependencies": { 28 "ava": "^0.9.1", 29 "del": "^2.2.0" 62 "scripts": { 63 "test": "ava" 30 64 }, 31 "dependencies": { 32 "pify": "^2.3.0" 33 } 65 "version": "1.0.0" 34 66 }
Note:
See TracChangeset
for help on using the changeset viewer.