75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vow-queue@0.3.1",
|
|
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "vow-queue@0.3.1",
|
|
"_id": "vow-queue@0.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-WYxRoVsKgabV/AX0dhzrRi3h6Gg=",
|
|
"_location": "/vow-queue",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vow-queue@0.3.1",
|
|
"name": "vow-queue",
|
|
"escapedName": "vow-queue",
|
|
"rawSpec": "0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/vow-fs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.3.1.tgz",
|
|
"_spec": "0.3.1",
|
|
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
|
|
"author": {
|
|
"name": "Dmitry Filatov",
|
|
"email": "dfilatov@yandex-team.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dfilatov/vow-queue/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dmitry Filatov",
|
|
"email": "dfilatov@yandex-team.ru"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"vow": "~0.4.0"
|
|
},
|
|
"description": "Vow-based task queue",
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"istanbul": "0.1.39",
|
|
"jscs": "1.0.0",
|
|
"jshint": "2.1.3",
|
|
"mocha": "1.11.0",
|
|
"mocha-istanbul": "*",
|
|
"vow": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"homepage": "https://github.com/dfilatov/vow-queue#readme",
|
|
"main": "lib/queue",
|
|
"name": "vow-queue",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/dfilatov/vow-queue.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "make clean",
|
|
"coverage": "make coverage",
|
|
"lint": "make lint",
|
|
"test": "make validate"
|
|
},
|
|
"version": "0.3.1"
|
|
}
|