diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/reusify/package.json | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/reusify/package.json')
-rw-r--r-- | node_modules/reusify/package.json | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/node_modules/reusify/package.json b/node_modules/reusify/package.json deleted file mode 100644 index 8bb1a1c..0000000 --- a/node_modules/reusify/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "_from": "reusify@^1.0.4", - "_id": "reusify@1.0.4", - "_inBundle": false, - "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "_location": "/reusify", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "reusify@^1.0.4", - "name": "reusify", - "escapedName": "reusify", - "rawSpec": "^1.0.4", - "saveSpec": null, - "fetchSpec": "^1.0.4" - }, - "_requiredBy": [ - "/fastq" - ], - "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "_shasum": "90da382b1e126efc02146e90845a88db12925d76", - "_spec": "reusify@^1.0.4", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/fastq", - "author": { - "name": "Matteo Collina", - "email": "hello@matteocollina.com" - }, - "bugs": { - "url": "https://github.com/mcollina/reusify/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Reuse objects and functions with style", - "devDependencies": { - "coveralls": "^2.13.3", - "faucet": "0.0.1", - "istanbul": "^0.4.5", - "pre-commit": "^1.2.2", - "standard": "^10.0.3", - "tape": "^4.8.0" - }, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - }, - "homepage": "https://github.com/mcollina/reusify#readme", - "keywords": [ - "reuse", - "object", - "performance", - "function", - "fast" - ], - "license": "MIT", - "main": "reusify.js", - "name": "reusify", - "pre-commit": [ - "lint", - "test" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/mcollina/reusify.git" - }, - "scripts": { - "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls", - "istanbul": "istanbul cover tape test.js", - "lint": "standard", - "test": "tape test.js | faucet" - }, - "version": "1.0.4" -} |