mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 08:41:31 +00:00
remove some files
This commit is contained in:
parent
fe0774f04e
commit
7bd837ea14
6
.gitignore
vendored
6
.gitignore
vendored
@ -8,9 +8,9 @@
|
|||||||
.wafpickle-*
|
.wafpickle-*
|
||||||
CVS
|
CVS
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
cert/*/*.srl
|
.*.srl
|
||||||
cert/*/*.key
|
.*.key
|
||||||
cert/*/*.crt
|
.*.crt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3
node_modules/async/.travis.yml
generated
vendored
3
node_modules/async/.travis.yml
generated
vendored
@ -1,3 +0,0 @@
|
|||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- "0.10"
|
|
19
node_modules/async/LICENSE
generated
vendored
19
node_modules/async/LICENSE
generated
vendored
@ -1,19 +0,0 @@
|
|||||||
Copyright (c) 2010-2014 Caolan McMahon
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
1646
node_modules/async/README.md
generated
vendored
1646
node_modules/async/README.md
generated
vendored
File diff suppressed because it is too large
Load Diff
11
node_modules/async/component.json
generated
vendored
11
node_modules/async/component.json
generated
vendored
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "async",
|
|
||||||
"repo": "caolan/async",
|
|
||||||
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
||||||
"version": "0.1.23",
|
|
||||||
"keywords": [],
|
|
||||||
"dependencies": {},
|
|
||||||
"development": {},
|
|
||||||
"main": "lib/async.js",
|
|
||||||
"scripts": [ "lib/async.js" ]
|
|
||||||
}
|
|
1123
node_modules/async/lib/async.js
generated
vendored
1123
node_modules/async/lib/async.js
generated
vendored
File diff suppressed because it is too large
Load Diff
64
node_modules/async/package.json
generated
vendored
64
node_modules/async/package.json
generated
vendored
@ -1,64 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "async",
|
|
||||||
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
||||||
"main": "./lib/async",
|
|
||||||
"author": {
|
|
||||||
"name": "Caolan McMahon"
|
|
||||||
},
|
|
||||||
"version": "0.9.0",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/caolan/async.git"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/caolan/async/issues"
|
|
||||||
},
|
|
||||||
"licenses": [
|
|
||||||
{
|
|
||||||
"type": "MIT",
|
|
||||||
"url": "https://github.com/caolan/async/raw/master/LICENSE"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"devDependencies": {
|
|
||||||
"nodeunit": ">0.0.0",
|
|
||||||
"uglify-js": "1.2.x",
|
|
||||||
"nodelint": ">0.0.0"
|
|
||||||
},
|
|
||||||
"jam": {
|
|
||||||
"main": "lib/async.js",
|
|
||||||
"include": [
|
|
||||||
"lib/async.js",
|
|
||||||
"README.md",
|
|
||||||
"LICENSE"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "nodeunit test/test-async.js"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/caolan/async",
|
|
||||||
"_id": "async@0.9.0",
|
|
||||||
"dist": {
|
|
||||||
"shasum": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
|
|
||||||
"size": 19842,
|
|
||||||
"noattachment": false,
|
|
||||||
"key": "async/-/async-0.9.0.tgz",
|
|
||||||
"tarball": "http://registry.npm.alibaba-inc.com/async/download/async-0.9.0.tgz"
|
|
||||||
},
|
|
||||||
"_from": "async@*",
|
|
||||||
"_npmVersion": "1.4.3",
|
|
||||||
"_npmUser": {
|
|
||||||
"name": "caolan",
|
|
||||||
"email": "caolan.mcmahon@gmail.com"
|
|
||||||
},
|
|
||||||
"maintainers": [
|
|
||||||
{
|
|
||||||
"name": "caolan",
|
|
||||||
"email": "caolan@caolanmcmahon.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"directories": {},
|
|
||||||
"publish_time": 1400235622247,
|
|
||||||
"_cnpm_publish_time": 1400235622247,
|
|
||||||
"_shasum": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
|
|
||||||
"_resolved": "http://registry.npm.alibaba-inc.com/async/download/async-0.9.0.tgz"
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user