aboutsummaryrefslogtreecommitdiff
path: root/node_modules/universalify/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/universalify/package.json
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/universalify/package.json')
-rw-r--r--node_modules/universalify/package.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/node_modules/universalify/package.json b/node_modules/universalify/package.json
deleted file mode 100644
index 6c596c9..0000000
--- a/node_modules/universalify/package.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "_from": "universalify@^0.1.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
- "_location": "/universalify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "universalify@^0.1.0",
- "name": "universalify",
- "escapedName": "universalify",
- "rawSpec": "^0.1.0",
- "saveSpec": null,
- "fetchSpec": "^0.1.0"
- },
- "_requiredBy": [
- "/fs-extra"
- ],
- "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
- "_shasum": "b646f69be3942dabcecc9d6639c80dc105efaa66",
- "_spec": "universalify@^0.1.0",
- "_where": "/Users/lucifer/Documents/styx/node_modules/fs-extra",
- "author": {
- "name": "Ryan Zimmerman",
- "email": "[email protected]"
- },
- "bugs": {
- "url": "https://github.com/RyanZim/universalify/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Make a callback- or promise-based function support both promises and callbacks.",
- "devDependencies": {
- "colortape": "^0.1.2",
- "coveralls": "^3.0.1",
- "nyc": "^10.2.0",
- "standard": "^10.0.1",
- "tape": "^4.6.3"
- },
- "engines": {
- "node": ">= 4.0.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/RyanZim/universalify#readme",
- "keywords": [
- "callback",
- "native",
- "promise"
- ],
- "license": "MIT",
- "name": "universalify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RyanZim/universalify.git"
- },
- "scripts": {
- "test": "standard && nyc tape test/*.js | colortape"
- },
- "version": "0.1.2"
-}