first commit
This commit is contained in:
+1268
File diff suppressed because it is too large
Load Diff
+87
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"vow@0.4.4",
|
||||
"/mnt/data/Sites/r2c.net/user/themes/r2c"
|
||||
]
|
||||
],
|
||||
"_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/r2c.net/user/themes/r2c",
|
||||
"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"
|
||||
}
|
||||
+9
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user