1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/app/node_modules/is-promise/package.json
2019-06-06 15:44:24 +02:00

52 lines
1.3 KiB
JSON

{
"_from": "is-promise@~1.0.0",
"_id": "is-promise@1.0.1",
"_inBundle": false,
"_integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU=",
"_location": "/is-promise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-promise@~1.0.0",
"name": "is-promise",
"escapedName": "is-promise",
"rawSpec": "~1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/nodeify",
"/promise"
],
"_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz",
"_shasum": "31573761c057e33c2e91aab9e96da08cefbe76e5",
"_spec": "is-promise@~1.0.0",
"_where": "F:\\projects\\p\\gitlit\\app\\node_modules\\nodeify",
"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": "1.0.1"
}