diff options
author | Dimitri Staessens <[email protected]> | 2019-10-06 21:37:45 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-10-06 21:37:45 +0200 |
commit | 3c51c3be85bb0d1bdb87ea0d6632f1c256912f27 (patch) | |
tree | c7ccc8279b12c4f7bdbbb4270d617e48f51722e4 /node_modules/read-cache/package.json | |
parent | 412c104bebc507bea9c94fd53b5bdc4b64cbfe31 (diff) | |
download | website-3c51c3be85bb0d1bdb87ea0d6632f1c256912f27.tar.gz website-3c51c3be85bb0d1bdb87ea0d6632f1c256912f27.zip |
build: Add some required modules for node
Diffstat (limited to 'node_modules/read-cache/package.json')
-rw-r--r-- | node_modules/read-cache/package.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/read-cache/package.json b/node_modules/read-cache/package.json new file mode 100644 index 0000000..46c6a87 --- /dev/null +++ b/node_modules/read-cache/package.json @@ -0,0 +1,66 @@ +{ + "_args": [ + [ + "[email protected]", + "/home/dstaesse/git/website" + ] + ], + "_development": true, + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", + "_location": "/read-cache", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "read-cache", + "escapedName": "read-cache", + "rawSpec": "1.0.0", + "saveSpec": null, + "fetchSpec": "1.0.0" + }, + "_requiredBy": [ + "/postcss-cli" + ], + "_resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "_spec": "1.0.0", + "_where": "/home/dstaesse/git/website", + "author": { + "name": "Bogdan Chadkin", + "email": "[email protected]" + }, + "bugs": { + "url": "https://github.com/TrySound/read-cache/issues" + }, + "dependencies": { + "pify": "^2.3.0" + }, + "description": "Reads and caches the entire contents of a file until it is modified", + "devDependencies": { + "ava": "^0.9.1", + "del": "^2.2.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/TrySound/read-cache#readme", + "keywords": [ + "fs", + "read", + "cache" + ], + "license": "MIT", + "main": "index.js", + "name": "read-cache", + "repository": { + "type": "git", + "url": "git+https://github.com/TrySound/read-cache.git" + }, + "scripts": { + "test": "ava" + }, + "version": "1.0.0" +} |