summaryrefslogtreecommitdiff
path: root/node_modules/is-promise/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:48:28 -0700
committer8cy <[email protected]>2020-04-03 02:48:28 -0700
commitf9159ea2d994e14180fb02ab562f0119513e67cf (patch)
tree09d14cdf05456567156738b681379d4bccd64e5c /node_modules/is-promise/package.json
parent2020/04/03, 02:42, V1.2.1 (diff)
downloads5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.tar.xz
s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.zip
2020/04/03, 02:47, V1.2.2
Diffstat (limited to 'node_modules/is-promise/package.json')
-rw-r--r--node_modules/is-promise/package.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/node_modules/is-promise/package.json b/node_modules/is-promise/package.json
deleted file mode 100644
index fcb37ff..0000000
--- a/node_modules/is-promise/package.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "_from": "is-promise@^2.1.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=",
- "_location": "/is-promise",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "is-promise@^2.1.0",
- "name": "is-promise",
- "escapedName": "is-promise",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "/lowdb"
- ],
- "_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
- "_shasum": "79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa",
- "_spec": "is-promise@^2.1.0",
- "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\lowdb",
- "author": {
- "name": "ForbesLindesay"
- },
- "bugs": {
- "url": "https://github.com/then/is-promise/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Test whether an object looks like a promises-a+ promise",
- "devDependencies": {
- "better-assert": "~0.1.0",
- "mocha": "~1.7.4"
- },
- "homepage": "https://github.com/then/is-promise#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "is-promise",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/then/is-promise.git"
- },
- "scripts": {
- "test": "mocha -R spec"
- },
- "version": "2.1.0"
-}