Files
anissah/user/themes/anissabensalah/node_modules/vow/package.json
T
2018-05-28 13:26:25 +02:00

88 lines
1.9 KiB
JSON

{
"_args": [
[
"vow@0.4.4",
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
]
],
"_development": true,
"_from": "vow@0.4.4",
"_id": "vow@0.4.4",
"_inBundle": false,
"_integrity": "sha1-yf5GCRKdf1qmIVCOvmS1HJW8e5g=",
"_location": "/vow",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vow@0.4.4",
"name": "vow",
"escapedName": "vow",
"rawSpec": "0.4.4",
"saveSpec": null,
"fetchSpec": "0.4.4"
},
"_requiredBy": [
"/csscomb",
"/csscomb-core",
"/vow-fs",
"/vow-queue"
],
"_resolved": "https://registry.npmjs.org/vow/-/vow-0.4.4.tgz",
"_spec": "0.4.4",
"_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/issues"
},
"contributors": [
{
"name": "Dmitry Filatov",
"email": "dfilatov@yandex-team.ru"
}
],
"dependencies": {},
"description": "DOM Promise and Promises/A+ implementation for Node.js and browsers",
"devDependencies": {
"bem-jsd": "1.3.1",
"highlight.js": "7.5.0",
"istanbul": "",
"jspath": "0.2.11",
"marked": "0.2.10",
"nodeunit": "",
"promises-aplus-tests": "2.0.3",
"uglify-js": "1.3.4",
"yate": "0.0.65"
},
"enb": {
"sources": [
"lib/vow.js"
]
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/dfilatov/vow",
"keywords": [
"nodejs",
"browser",
"async",
"promise",
"dom",
"a+"
],
"main": "lib/vow",
"name": "vow",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dfilatov/vow.git"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js test test/utils/runner.js"
},
"version": "0.4.4"
}