Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
db9d6f98
Commit
db9d6f98
authored
Feb 05, 2021
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Update: Other) 更新纯真IP库(2021/02/02)
parent
e4716995
Changes
20
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
2643 additions
and
1285 deletions
+2643
-1285
CHANGELOG.md
CHANGELOG.md
+2
-1
.package-lock.json
node_modules/.package-lock.json
+1188
-0
package.json
node_modules/component-emitter/package.json
+24
-208
package.json
node_modules/delayed-stream/package.json
+14
-76
package.json
node_modules/fd-slicer/package.json
+19
-73
package.json
node_modules/ftp/node_modules/isarray/package.json
+17
-71
package.json
node_modules/ftp/node_modules/readable-stream/package.json
+16
-88
package.json
node_modules/ftp/package.json
+11
-85
qqwry.dat
node_modules/geoips/qqwry.dat
+0
-0
package.json
node_modules/isarray/package.json
+18
-70
package.json
node_modules/methods/package.json
+17
-96
package.json
node_modules/netmask/package.json
+25
-88
package.json
node_modules/pend/package.json
+9
-62
package.json
node_modules/thunkify/package.json
+7
-67
package.json
node_modules/typedarray/package.json
+17
-67
package.json
node_modules/util-deprecate/package.json
+13
-67
package.json
node_modules/xregexp/package.json
+20
-86
package.json
node_modules/yauzl/package.json
+21
-76
package-lock.json
package-lock.json
+1203
-2
package.json
package.json
+2
-2
No files found.
CHANGELOG.md
View file @
db9d6f98
...
...
@@ -6,11 +6,12 @@
### 数据管理
*
修复 context menu category self-xss
*
修复 context menu category self-xss
(thx @lixuesv)
### 其它
*
优化插件加载, 加载异常的插件不会再影响到其它插件加载了
*
更新纯真IP库(2021/02/02)
## 2020/09/10 `v(2.1.9)`
...
...
node_modules/.package-lock.json
0 → 100644
View file @
db9d6f98
This diff is collapsed.
Click to expand it.
node_modules/component-emitter/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"component-emitter@~1.2.0"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/superagent"
]
],
"_from"
:
"component-emitter@>=1.2.0 <1.3.0"
,
"_id"
:
"component-emitter@1.2.1"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/component-emitter"
,
"_nodeVersion"
:
"0.12.4"
,
"_npmOperationalInternal"
:
{
"host"
:
"packages-12-west.internal.npmjs.com"
,
"tmp"
:
"tmp/component-emitter-1.2.1.tgz_1461005707641_0.14232611074112356"
},
"_npmUser"
:
{
"email"
:
"karp@hotmail.fr"
,
"name"
:
"nami-doc"
},
"_npmVersion"
:
"2.10.1"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"component-emitter"
,
"raw"
:
"component-emitter@~1.2.0"
,
"rawSpec"
:
"~1.2.0"
,
"scope"
:
null
,
"spec"
:
">=1.2.0 <1.3.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/superagent"
],
"_resolved"
:
"https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz"
,
"_shasum"
:
"137918d6d78283f7df7a6b7c5a63e140e69425e6"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"component-emitter@~1.2.0"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/superagent"
,
"bugs"
:
{
"url"
:
"https://github.com/component/emitter/issues"
},
"component"
:
{
"scripts"
:
{
"emitter/index.js"
:
"index.js"
}
},
"dependencies"
:
{},
"description"
:
"Event emitter"
,
"version"
:
"1.2.1"
,
"license"
:
"MIT"
,
"devDependencies"
:
{
"mocha"
:
"*"
,
"should"
:
"*"
},
"
directories"
:
{},
"dist"
:
{
"shasum"
:
"137918d6d78283f7df7a6b7c5a63e140e69425e6"
,
"tarball"
:
"https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz"
"
component"
:
{
"scripts"
:
{
"emitter/index.js"
:
"index.js"
}
},
"files"
:
[
"index.js"
,
"LICENSE"
],
"gitHead"
:
"187492ab8028c7221b589bdfd482b715149cd868"
,
"homepage"
:
"https://github.com/component/emitter#readme"
,
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"email"
:
"nathan@tootallnate.net"
,
"name"
:
"tootallnate"
},
{
"email"
:
"hughskennedy@gmail.com"
,
"name"
:
"hughsk"
},
{
"email"
:
"trevorgerhardt@gmail.com"
,
"name"
:
"trevorgerhardt"
},
{
"email"
:
"timaschew@gmail.com"
,
"name"
:
"timaschew"
},
{
"email"
:
"tj@vision-media.ca"
,
"name"
:
"tjholowaychuk"
},
{
"email"
:
"rauchg@gmail.com"
,
"name"
:
"rauchg"
},
{
"email"
:
"rdsuarez@gmail.com"
,
"name"
:
"retrofox"
},
{
"email"
:
"thecoreh@gmail.com"
,
"name"
:
"coreh"
},
{
"email"
:
"forbes@lindesay.co.uk"
,
"name"
:
"forbeslindesay"
},
{
"email"
:
"kelonyemitchel@gmail.com"
,
"name"
:
"kelonye"
},
{
"email"
:
"mattmuelle@gmail.com"
,
"name"
:
"mattmueller"
},
{
"email"
:
"yields@icloud.com"
,
"name"
:
"yields"
},
{
"email"
:
"antshort@gmail.com"
,
"name"
:
"anthonyshort"
},
{
"email"
:
"jonathanrichardong@gmail.com"
,
"name"
:
"jongleberry"
},
{
"email"
:
"ian@ianstormtaylor.com"
,
"name"
:
"ianstormtaylor"
},
{
"email"
:
"cristian@gravityonmars.com"
,
"name"
:
"cristiandouce"
},
{
"email"
:
"arpad.borsos@googlemail.com"
,
"name"
:
"swatinem"
},
{
"email"
:
"gstagas@gmail.com"
,
"name"
:
"stagas"
},
{
"email"
:
"amjad.masad@gmail.com"
,
"name"
:
"amasad"
},
{
"email"
:
"julian@juliangruber.com"
,
"name"
:
"juliangruber"
},
{
"email"
:
"calvin@calv.info"
,
"name"
:
"calvinfo"
},
{
"email"
:
"dominic@dbarnes.info"
,
"name"
:
"dominicbarnes"
},
{
"email"
:
"hello@blakeembrey.com"
,
"name"
:
"blakeembrey"
},
{
"email"
:
"secoif@gmail.com"
,
"name"
:
"timoxley"
},
{
"email"
:
"jonathanrichardong@gmail.com"
,
"name"
:
"jonathanong"
},
{
"email"
:
"fabian.eichenberger@gmail.com"
,
"name"
:
"queckezz"
},
{
"email"
:
"vendethiel@hotmail.fr"
,
"name"
:
"nami-doc"
},
{
"email"
:
"clint@anotherway.co.za"
,
"name"
:
"clintwood"
},
{
"email"
:
"dnfagnan@gmail.com"
,
"name"
:
"thehydroimpulse"
},
{
"email"
:
"me@stephenmathieson.com"
,
"name"
:
"stephenmathieson"
},
{
"email"
:
"df.creative@gmail.com"
,
"name"
:
"dfcreative"
},
{
"email"
:
"shtylman@gmail.com"
,
"name"
:
"defunctzombie"
}
],
"name"
:
"component-emitter"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"
git+https://github.com/component/emitter.git"
"url"
:
"
https://github.com/component/emitter.git"
},
"scripts"
:
{
"test"
:
"make test"
},
"
version"
:
"1.2.1"
"
files"
:
[
"index.js"
,
"LICENSE"
]
}
node_modules/delayed-stream/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"delayed-stream@~1.0.0"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/combined-stream"
]
],
"_from"
:
"delayed-stream@>=1.0.0 <1.1.0"
,
"_id"
:
"delayed-stream@1.0.0"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/delayed-stream"
,
"_nodeVersion"
:
"1.6.4"
,
"_npmUser"
:
{
"email"
:
"apeherder@gmail.com"
,
"name"
:
"apechimp"
},
"_npmVersion"
:
"2.8.3"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"delayed-stream"
,
"raw"
:
"delayed-stream@~1.0.0"
,
"rawSpec"
:
"~1.0.0"
,
"scope"
:
null
,
"spec"
:
">=1.0.0 <1.1.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/combined-stream"
],
"_resolved"
:
"https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
,
"_shasum"
:
"df3ae199acadfb7d440aaae0b29e2272b24ec619"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"delayed-stream@~1.0.0"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/combined-stream"
,
"author"
:
{
"email"
:
"felix@debuggable.com"
,
"name"
:
"Felix Geisendörfer"
,
"url"
:
"http://debuggable.com/"
},
"bugs"
:
{
"url"
:
"https://github.com/felixge/node-delayed-stream/issues"
},
"author"
:
"Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)"
,
"contributors"
:
[
{
"email"
:
"apeherder@gmail.com"
,
"name"
:
"Mike Atkins"
}
"Mike Atkins <apeherder@gmail.com>"
],
"
dependencies"
:
{}
,
"
name"
:
"delayed-stream"
,
"description"
:
"Buffers events from a stream until you are ready to handle them."
,
"devDependencies"
:
{
"fake"
:
"0.2.0"
,
"far"
:
"0.0.1"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"df3ae199acadfb7d440aaae0b29e2272b24ec619"
,
"tarball"
:
"http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
},
"engines"
:
{
"node"
:
">=0.4.0"
},
"gitHead"
:
"07a9dc99fb8f1a488160026b9ad77493f766fb84"
,
"homepage"
:
"https://github.com/felixge/node-delayed-stream"
,
"license"
:
"MIT"
,
"main"
:
"./lib/delayed_stream"
,
"maintainers"
:
[
{
"email"
:
"felix@debuggable.com"
,
"name"
:
"felixge"
},
{
"email"
:
"apeherder@gmail.com"
,
"name"
:
"apechimp"
}
],
"name"
:
"delayed-stream"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"version"
:
"1.0.0"
,
"homepage"
:
"https://github.com/felixge/node-delayed-stream"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/felixge/node-delayed-stream.git"
},
"main"
:
"./lib/delayed_stream"
,
"engines"
:
{
"node"
:
">=0.4.0"
},
"scripts"
:
{
"test"
:
"make test"
},
"version"
:
"1.0.0"
"dependencies"
:
{},
"devDependencies"
:
{
"fake"
:
"0.2.0"
,
"far"
:
"0.0.1"
}
}
node_modules/fd-slicer/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"fd-slicer@~1.0.1"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/yauzl"
]
],
"_from"
:
"fd-slicer@>=1.0.1 <1.1.0"
,
"_id"
:
"fd-slicer@1.0.1"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/fd-slicer"
,
"_npmUser"
:
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"superjoe"
},
"_npmVersion"
:
"1.4.21"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"fd-slicer"
,
"raw"
:
"fd-slicer@~1.0.1"
,
"rawSpec"
:
"~1.0.1"
,
"scope"
:
null
,
"spec"
:
">=1.0.1 <1.1.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/yauzl"
],
"_resolved"
:
"https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz"
,
"_shasum"
:
"8b5bcbd9ec327c5041bf9ab023fd6750f1177e65"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"fd-slicer@~1.0.1"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/yauzl"
,
"author"
:
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"Andrew Kelley"
},
"bugs"
:
{
"url"
:
"https://github.com/andrewrk/node-fd-slicer/issues"
},
"dependencies"
:
{
"pend"
:
"~1.2.0"
},
"version"
:
"1.0.1"
,
"description"
:
"safely create multiple ReadStream or WriteStream objects from the same file descriptor"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"mocha --reporter spec --check-leaks"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js"
,
"test-travis"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js"
},
"author"
:
"Andrew Kelley <superjoe30@gmail.com>"
,
"license"
:
"MIT"
,
"devDependencies"
:
{
"istanbul"
:
"~0.3.3"
,
"mocha"
:
"~2.0.1"
,
"stream-equal"
:
"~0.1.5"
,
"streamsink"
:
"~1.2.0"
},
"dependencies"
:
{
"pend"
:
"~1.2.0"
},
"directories"
:
{
"test"
:
"test"
},
"dist"
:
{
"shasum"
:
"8b5bcbd9ec327c5041bf9ab023fd6750f1177e65"
,
"tarball"
:
"http://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz"
},
"gitHead"
:
"b7a28cb5bda986748ad756c39961f46c2fd28ec6"
,
"homepage"
:
"https://github.com/andrewrk/node-fd-slicer#readme"
,
"keywords"
:
[
"createReadStream"
,
"createWriteStream"
],
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"superjoe"
},
{
"email"
:
"thejoshwolfe@gmail.com"
,
"name"
:
"thejoshwolfe"
}
],
"name"
:
"fd-slicer"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/andrewrk/node-fd-slicer.git"
},
"scripts"
:
{
"test"
:
"mocha --reporter spec --check-leaks"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js"
,
"test-travis"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js"
"bugs"
:
{
"url"
:
"https://github.com/andrewrk/node-fd-slicer/issues"
},
"version"
:
"1.0.1"
"keywords"
:
[
"createReadStream"
,
"createWriteStream"
]
}
node_modules/ftp/node_modules/isarray/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"isarray@0.0.1"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/ftp/node_modules/readable-stream"
]
],
"_cnpm_publish_time"
:
1369676435695
,
"_from"
:
"isarray@0.0.1"
,
"_id"
:
"isarray@0.0.1"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/ftp/isarray"
,
"_npmUser"
:
{
"email"
:
"julian@juliangruber.com"
,
"name"
:
"juliangruber"
"name"
:
"isarray"
,
"description"
:
"Array#isArray for older browsers"
,
"version"
:
"0.0.1"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/juliangruber/isarray.git"
},
"_npmVersion"
:
"1.2.18"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"isarray"
,
"raw"
:
"isarray@0.0.1"
,
"rawSpec"
:
"0.0.1"
,
"scope"
:
null
,
"spec"
:
"0.0.1"
,
"type"
:
"version"
"homepage"
:
"https://github.com/juliangruber/isarray"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"tap test/*.js"
},
"dependencies"
:
{},
"devDependencies"
:
{
"tap"
:
"*"
},
"_requiredBy"
:
[
"/ftp/readable-stream"
],
"_resolved"
:
"https://registry.npm.taobao.org/isarray/download/isarray-0.0.1.tgz"
,
"_shasum"
:
"8a18acfca9a8f4177e09abfc6038939b05d1eedf"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"isarray@0.0.1"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/ftp/node_modules/readable-stream"
,
"keywords"
:
[
"browser"
,
"isarray"
,
"array"
],
"author"
:
{
"email"
:
"mail@juliangruber.com"
,
"name"
:
"Julian Gruber"
,
"email"
:
"mail@juliangruber.com"
,
"url"
:
"http://juliangruber.com"
},
"bugs"
:
{
"url"
:
"https://github.com/juliangruber/isarray/issues"
},
"dependencies"
:
{},
"description"
:
"Array#isArray for older browsers"
,
"devDependencies"
:
{
"tap"
:
"*"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"8a18acfca9a8f4177e09abfc6038939b05d1eedf"
,
"tarball"
:
"http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
},
"homepage"
:
"https://github.com/juliangruber/isarray"
,
"keywords"
:
[
"browser"
,
"isarray"
,
"array"
],
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"email"
:
"julian@juliangruber.com"
,
"name"
:
"juliangruber"
}
],
"name"
:
"isarray"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/juliangruber/isarray.git"
},
"scripts"
:
{
"test"
:
"tap test/*.js"
},
"version"
:
"0.0.1"
"license"
:
"MIT"
}
node_modules/ftp/node_modules/readable-stream/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"readable-stream@1.1.x"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/ftp"
]
],
"_from"
:
"readable-stream@>=1.1.0 <1.2.0"
,
"_id"
:
"readable-stream@1.1.14"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/ftp/readable-stream"
,
"_nodeVersion"
:
"5.10.1"
,
"_npmOperationalInternal"
:
{
"host"
:
"packages-16-east.internal.npmjs.com"
,
"tmp"
:
"tmp/readable-stream-1.1.14.tgz_1460563293219_0.5682175166439265"
},
"_npmUser"
:
{
"email"
:
"calvin.metcalf@gmail.com"
,
"name"
:
"cwmma"
},
"_npmVersion"
:
"3.8.3"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"readable-stream"
,
"raw"
:
"readable-stream@1.1.x"
,
"rawSpec"
:
"1.1.x"
,
"scope"
:
null
,
"spec"
:
">=1.1.0 <1.2.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/ftp"
],
"_resolved"
:
"https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
,
"_shasum"
:
"7cf4c54ef648e3813084c636dd2079e166c081d9"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"readable-stream@1.1.x"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/ftp"
,
"author"
:
{
"email"
:
"i@izs.me"
,
"name"
:
"Isaac Z. Schlueter"
,
"url"
:
"http://blog.izs.me/"
},
"browser"
:
{
"util"
:
false
},
"bugs"
:
{
"url"
:
"https://github.com/isaacs/readable-stream/issues"
},
"version"
:
"1.1.14"
,
"description"
:
"Streams3, a user-land copy of the stream library from Node.js v0.11.x"
,
"main"
:
"readable.js"
,
"dependencies"
:
{
"core-util-is"
:
"~1.0.0"
,
"inherits"
:
"~2.0.1"
,
"isarray"
:
"0.0.1"
,
"string_decoder"
:
"~0.10.x"
"string_decoder"
:
"~0.10.x"
,
"inherits"
:
"~2.0.1"
},
"description"
:
"Streams3, a user-land copy of the stream library from Node.js v0.11.x"
,
"devDependencies"
:
{
"tap"
:
"~0.2.6"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"7cf4c54ef648e3813084c636dd2079e166c081d9"
,
"tarball"
:
"https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
"scripts"
:
{
"test"
:
"tap test/simple/*.js"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/isaacs/readable-stream"
},
"gitHead"
:
"52550840cb1d6e8a98ef9a909a4bea360bc6f7da"
,
"homepage"
:
"https://github.com/isaacs/readable-stream#readme"
,
"keywords"
:
[
"readable"
,
"stream"
,
"pipe"
],
"license"
:
"MIT"
,
"main"
:
"readable.js"
,
"maintainers"
:
[
{
"email"
:
"isaacs@npmjs.com"
,
"name"
:
"isaacs"
},
{
"email"
:
"nathan@tootallnate.net"
,
"name"
:
"tootallnate"
},
{
"email"
:
"rod@vagg.org"
,
"name"
:
"rvagg"
},
{
"email"
:
"calvin.metcalf@gmail.com"
,
"name"
:
"cwmma"
}
],
"name"
:
"readable-stream"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/isaacs/readable-stream.git"
},
"scripts"
:
{
"test"
:
"tap test/simple/*.js"
"browser"
:
{
"util"
:
false
},
"version"
:
"1.1.14"
"author"
:
"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
,
"license"
:
"MIT"
}
node_modules/ftp/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"ftp@~0.3.5"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/get-uri"
]
],
"_cnpm_publish_time"
:
1428194191902
,
"_from"
:
"ftp@>=0.3.5 <0.4.0"
,
"_id"
:
"ftp@0.3.10"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/ftp"
,
"_npmUser"
:
{
"email"
:
"mscdex@mscdex.net"
,
"name"
:
"mscdex"
},
"_npmVersion"
:
"1.4.28"
,
"_phantomChildren"
:
{
"core-util-is"
:
"1.0.2"
,
"inherits"
:
"2.0.1"
,
"string_decoder"
:
"0.10.31"
},
"_requested"
:
{
"name"
:
"ftp"
,
"raw"
:
"ftp@~0.3.5"
,
"rawSpec"
:
"~0.3.5"
,
"scope"
:
null
,
"spec"
:
">=0.3.5 <0.4.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/get-uri"
],
"_resolved"
:
"https://registry.npm.taobao.org/ftp/download/ftp-0.3.10.tgz"
,
"_shasum"
:
"9197d861ad8142f3e63d5a83bfe4c59f7330885d"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"ftp@~0.3.5"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/get-uri"
,
"author"
:
{
"email"
:
"mscdex@mscdex.net"
,
"name"
:
"Brian White"
},
"bugs"
:
{
"url"
:
"https://github.com/mscdex/node-ftp/issues"
},
"dependencies"
:
{
"readable-stream"
:
"1.1.x"
,
"xregexp"
:
"2.0.0"
},
{
"name"
:
"ftp"
,
"version"
:
"0.3.10"
,
"author"
:
"Brian White <mscdex@mscdex.net>"
,
"description"
:
"An FTP client module for node.js"
,
"devDependencies"
:
{},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"9197d861ad8142f3e63d5a83bfe4c59f7330885d"
,
"tarball"
:
"https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz"
},
"engines"
:
{
"node"
:
">=0.8.0"
},
"homepage"
:
"https://github.com/mscdex/node-ftp"
,
"keywords"
:
[
"ftp"
,
"client"
,
"transfer"
],
"licenses"
:
[
{
"type"
:
"MIT"
,
"url"
:
"http://github.com/mscdex/node-ftp/raw/master/LICENSE"
}
],
"main"
:
"./lib/connection"
,
"maintainers"
:
[
{
"email"
:
"mscdex@mscdex.net"
,
"name"
:
"mscdex"
}
],
"name"
:
"ftp"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+ssh://git@github.com/mscdex/node-ftp.git"
"engines"
:
{
"node"
:
">=0.8.0"
},
"dependencies"
:
{
"xregexp"
:
"2.0.0"
,
"readable-stream"
:
"1.1.x"
},
"scripts"
:
{
"test"
:
"node test/test.js"
},
"version"
:
"0.3.10"
"keywords"
:
[
"ftp"
,
"client"
,
"transfer"
],
"licenses"
:
[
{
"type"
:
"MIT"
,
"url"
:
"http://github.com/mscdex/node-ftp/raw/master/LICENSE"
}
],
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://github.com/mscdex/node-ftp.git"
}
}
\ No newline at end of file
node_modules/geoips/qqwry.dat
View file @
db9d6f98
No preview for this file type
node_modules/isarray/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"isarray@~1.0.0"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/readable-stream"
]
],
"_cnpm_publish_time"
:
1449741907067
,
"_from"
:
"isarray@>=1.0.0 <1.1.0"
,
"_id"
:
"isarray@1.0.0"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/isarray"
,
"_nodeVersion"
:
"5.1.0"
,
"_npmUser"
:
{
"email"
:
"julian@juliangruber.com"
,
"name"
:
"juliangruber"
},
"_npmVersion"
:
"3.3.12"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"isarray"
,
"raw"
:
"isarray@~1.0.0"
,
"rawSpec"
:
"~1.0.0"
,
"scope"
:
null
,
"spec"
:
">=1.0.0 <1.1.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/readable-stream"
],
"_resolved"
:
"https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz"
,
"_shasum"
:
"bb935d48582cba168c06834957a54a3e07124f11"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"isarray@~1.0.0"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/readable-stream"
,
"author"
:
{
"email"
:
"mail@juliangruber.com"
,
"name"
:
"Julian Gruber"
,
"url"
:
"http://juliangruber.com"
},
"bugs"
:
{
"url"
:
"https://github.com/juliangruber/isarray/issues"
"description"
:
"Array#isArray for older browsers"
,
"version"
:
"1.0.0"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/juliangruber/isarray.git"
},
"homepage"
:
"https://github.com/juliangruber/isarray"
,
"main"
:
"index.js"
,
"dependencies"
:
{},
"description"
:
"Array#isArray for older browsers"
,
"devDependencies"
:
{
"tape"
:
"~2.13.4"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"bb935d48582cba168c06834957a54a3e07124f11"
,
"tarball"
:
"http://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
},
"gitHead"
:
"2a23a281f369e9ae06394c0fb4d2381355a6ba33"
,
"homepage"
:
"https://github.com/juliangruber/isarray"
,
"keywords"
:
[
"browser"
,
"isarray"
,
"array"
],
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"email"
:
"julian@juliangruber.com"
,
"name"
:
"juliangruber"
}
],
"name"
:
"isarray"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/juliangruber/isarray.git"
},
"scripts"
:
{
"test"
:
"tape test.js"
"author"
:
{
"name"
:
"Julian Gruber"
,
"email"
:
"mail@juliangruber.com"
,
"url"
:
"http://juliangruber.com"
},
"license"
:
"MIT"
,
"testling"
:
{
"files"
:
"test.js"
,
"browsers"
:
[
"ie/8..latest"
,
"firefox/17..latest"
,
...
...
@@ -90,8 +37,9 @@
"ipad/6.0..latest"
,
"iphone/6.0..latest"
,
"android-browser/4.2..latest"
],
"files"
:
"test.js"
]
},
"version"
:
"1.0.0"
"scripts"
:
{
"test"
:
"tape test.js"
}
}
node_modules/methods/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"methods@~1.1.1"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/superagent"
]
],
"_cnpm_publish_time"
:
1453085636364
,
"_from"
:
"methods@>=1.1.1 <1.2.0"
,
"_id"
:
"methods@1.1.2"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/methods"
,
"_npmUser"
:
{
"email"
:
"doug@somethingdoug.com"
,
"name"
:
"dougwilson"
},
"_npmVersion"
:
"1.4.28"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"methods"
,
"raw"
:
"methods@~1.1.1"
,
"rawSpec"
:
"~1.1.1"
,
"scope"
:
null
,
"spec"
:
">=1.1.1 <1.2.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/superagent"
],
"_resolved"
:
"https://registry.npm.taobao.org/methods/download/methods-1.1.2.tgz"
,
"_shasum"
:
"5529a4d67654134edcc5266656835b0f851afcee"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"methods@~1.1.1"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/superagent"
,
"browser"
:
{
"http"
:
false
},
"bugs"
:
{
"url"
:
"https://github.com/jshttp/methods/issues"
},
"description"
:
"HTTP methods that node supports"
,
"version"
:
"1.1.2"
,
"contributors"
:
[
{
"email"
:
"doug@somethingdoug.com"
,
"name"
:
"Douglas Christopher Wilson"
},
{
"email"
:
"me@jongleberry.com"
,
"name"
:
"Jonathan Ong"
,
"url"
:
"http://jongleberry.com"
},
{
"email"
:
"tj@vision-media.ca"
,
"name"
:
"TJ Holowaychuk"
,
"url"
:
"http://tjholowaychuk.com"
}
"Douglas Christopher Wilson <doug@somethingdoug.com>"
,
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
,
"TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)"
],
"
dependencies"
:
{}
,
"
description"
:
"HTTP methods that node support
s"
,
"
license"
:
"MIT"
,
"
repository"
:
"jshttp/method
s"
,
"devDependencies"
:
{
"istanbul"
:
"0.4.1"
,
"mocha"
:
"1.21.5"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"5529a4d67654134edcc5266656835b0f851afcee"
,
"tarball"
:
"https://registry.npmjs.org/methods/-/methods-1.1.2.tgz"
},
"engines"
:
{
"node"
:
">= 0.6"
},
"files"
:
[
"index.js"
,
"HISTORY.md"
,
"LICENSE"
],
"gitHead"
:
"25d257d913f1b94bd2d73581521ff72c81469140"
,
"homepage"
:
"https://github.com/jshttp/methods"
,
"keywords"
:
[
"http"
,
"methods"
],
"license"
:
"MIT"
,
"maintainers"
:
[
{
"email"
:
"tj@vision-media.ca"
,
"name"
:
"tjholowaychuk"
},
{
"email"
:
"jonathanrichardong@gmail.com"
,
"name"
:
"jonathanong"
},
{
"email"
:
"jonathanrichardong@gmail.com"
,
"name"
:
"jongleberry"
},
{
"email"
:
"doug@somethingdoug.com"
,
"name"
:
"dougwilson"
}
],
"name"
:
"methods"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/jshttp/methods.git"
"engines"
:
{
"node"
:
">= 0.6"
},
"scripts"
:
{
"test"
:
"mocha --reporter spec --bail --check-leaks test/"
,
"test-cov"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
,
"test-travis"
:
"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version"
:
"1.1.2"
"browser"
:
{
"http"
:
false
},
"keywords"
:
[
"http"
,
"methods"
]
}
node_modules/netmask/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"netmask@~1.0.4"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/pac-resolver"
]
],
"_from"
:
"netmask@>=1.0.4 <1.1.0"
,
"_id"
:
"netmask@1.0.6"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/netmask"
,
"_nodeVersion"
:
"5.7.1"
,
"_npmOperationalInternal"
:
{
"host"
:
"packages-12-west.internal.npmjs.com"
,
"tmp"
:
"tmp/netmask-1.0.6.tgz_1464621218193_0.5276697664521635"
},
"_npmUser"
:
{
"email"
:
"rs@dailymotion.com"
,
"name"
:
"rs"
},
"_npmVersion"
:
"3.6.0"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"author"
:
"Olivier Poitrey <rs@dailymotion.com>"
,
"name"
:
"netmask"
,
"raw"
:
"netmask@~1.0.4"
,
"rawSpec"
:
"~1.0.4"
,
"scope"
:
null
,
"spec"
:
">=1.0.4 <1.1.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/pac-resolver"
],
"_resolved"
:
"https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz"
,
"_shasum"
:
"20297e89d86f6f6400f250d9f4f6b4c1945fcd35"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"netmask@~1.0.4"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/pac-resolver"
,
"author"
:
{
"email"
:
"rs@dailymotion.com"
,
"name"
:
"Olivier Poitrey"
},
"bugs"
:
{
"url"
:
"https://github.com/rs/node-netmask/issues"
},
"dependencies"
:
{},
"description"
:
"Parse and lookup IP network blocks"
,
"devDependencies"
:
{
"coffee-script"
:
">=1.2.0"
,
"vows"
:
"*"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"20297e89d86f6f6400f250d9f4f6b4c1945fcd35"
,
"tarball"
:
"https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz"
},
"engines"
:
{
"node"
:
">= 0.4.0"
},
"gitHead"
:
"610161f7a8caf2e3004c03bb6ec8931c37b957c6"
,
"version"
:
"1.0.6"
,
"homepage"
:
"https://github.com/rs/node-netmask"
,
"keywords"
:
[
"net"
,
"mask"
,
"ip"
,
"network"
,
"cidr"
,
"netmask"
,
"subnet"
,
"ipcalc"
],
"bugs"
:
"https://github.com/rs/node-netmask/issues"
,
"license"
:
"MIT"
,
"main"
:
"./lib/netmask"
,
"maintainers"
:
[
"repository"
:
{
"email"
:
"rs@dailymotion.com"
,
"name"
:
"rs"
}
],
"name"
:
"netmask"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/rs/node-netmask.git"
},
"scripts"
:
{
"keywords"
:
[
"net"
,
"mask"
,
"ip"
,
"network"
,
"cidr"
,
"netmask"
,
"subnet"
,
"ipcalc"
],
"main"
:
"./lib/netmask"
,
"scripts"
:
{
"prepublish"
:
"coffee -c lib/*.coffee"
,
"test"
:
"vows --spec test/*"
},
"version"
:
"1.0.6"
"engines"
:
{
"node"
:
">= 0.4.0"
},
"devDependencies"
:
{
"coffee-script"
:
">=1.2.0"
,
"vows"
:
"*"
}
}
node_modules/pend/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"pend@~1.2.0"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/fd-slicer"
]
],
"_from"
:
"pend@>=1.2.0 <1.3.0"
,
"_id"
:
"pend@1.2.0"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/pend"
,
"_npmUser"
:
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"superjoe"
},
"_npmVersion"
:
"1.4.21"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"pend"
,
"raw"
:
"pend@~1.2.0"
,
"rawSpec"
:
"~1.2.0"
,
"scope"
:
null
,
"spec"
:
">=1.2.0 <1.3.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/fd-slicer"
],
"_resolved"
:
"https://registry.npmjs.org/pend/-/pend-1.2.0.tgz"
,
"_shasum"
:
"7a57eb550a6783f9115331fcf4663d5c8e007a50"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"pend@~1.2.0"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/fd-slicer"
,
"author"
:
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"Andrew Kelley"
},
"bugs"
:
{
"url"
:
"https://github.com/andrewrk/node-pend/issues"
},
"dependencies"
:
{},
"version"
:
"1.2.0"
,
"description"
:
"dead-simple optimistic async helper"
,
"devDependencies"
:
{},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"7a57eb550a6783f9115331fcf4663d5c8e007a50"
,
"tarball"
:
"https://registry.npmjs.org/pend/-/pend-1.2.0.tgz"
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node test.js"
},
"gitHead"
:
"ed57bbe8520518dca24d0c6bb847ffb6b68ae6f9"
,
"homepage"
:
"https://github.com/andrewrk/node-pend#readme"
,
"author"
:
"Andrew Kelley <superjoe30@gmail.com>"
,
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"superjoe"
}
],
"name"
:
"pend"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/andrewrk/node-pend.git"
},
"scripts"
:
{
"test"
:
"node test.js"
},
"version"
:
"1.2.0"
"bugs"
:
{
"url"
:
"https://github.com/andrewrk/node-pend/issues"
}
}
node_modules/thunkify/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"thunkify@~2.1.1"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/pac-resolver"
]
],
"_cnpm_publish_time"
:
1401719443455
,
"_from"
:
"thunkify@>=2.1.1 <2.2.0"
,
"_id"
:
"thunkify@2.1.2"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/thunkify"
,
"_npmUser"
:
{
"email"
:
"tj@vision-media.ca"
,
"name"
:
"tjholowaychuk"
},
"_npmVersion"
:
"1.4.3"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"thunkify"
,
"raw"
:
"thunkify@~2.1.1"
,
"rawSpec"
:
"~2.1.1"
,
"scope"
:
null
,
"spec"
:
">=2.1.1 <2.2.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/pac-resolver"
],
"_resolved"
:
"https://registry.npm.taobao.org/thunkify/download/thunkify-2.1.2.tgz"
,
"_shasum"
:
"faa0e9d230c51acc95ca13a361ac05ca7e04553d"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"thunkify@~2.1.1"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/pac-resolver"
,
"bugs"
:
{
"url"
:
"https://github.com/visionmedia/node-thunkify/issues"
},
"dependencies"
:
{},
"version"
:
"2.1.2"
,
"repository"
:
"visionmedia/node-thunkify"
,
"description"
:
"Turn callbacks, arrays, generators, generator functions, and promises into a thunk"
,
"keywords"
:
[
"thunk"
,
"co"
,
"generator"
,
"generators"
,
"promise"
],
"dependencies"
:
{},
"devDependencies"
:
{
"mocha"
:
"*"
,
"should"
:
"*"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"faa0e9d230c51acc95ca13a361ac05ca7e04553d"
,
"tarball"
:
"https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz"
},
"homepage"
:
"https://github.com/visionmedia/node-thunkify"
,
"keywords"
:
[
"thunk"
,
"co"
,
"generator"
,
"generators"
,
"promise"
],
"license"
:
"MIT"
,
"maintainers"
:
[
{
"email"
:
"tj@vision-media.ca"
,
"name"
:
"tjholowaychuk"
}
],
"name"
:
"thunkify"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/visionmedia/node-thunkify.git"
},
"version"
:
"2.1.2"
"license"
:
"MIT"
}
\ No newline at end of file
node_modules/typedarray/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"typedarray@~0.0.5"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/concat-stream"
]
],
"_from"
:
"typedarray@>=0.0.5 <0.1.0"
,
"_id"
:
"typedarray@0.0.6"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/typedarray"
,
"_npmUser"
:
{
"email"
:
"mail@substack.net"
,
"name"
:
"substack"
},
"_npmVersion"
:
"1.4.3"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"typedarray"
,
"raw"
:
"typedarray@~0.0.5"
,
"rawSpec"
:
"~0.0.5"
,
"scope"
:
null
,
"spec"
:
">=0.0.5 <0.1.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/concat-stream"
],
"_resolved"
:
"https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
,
"_shasum"
:
"867ac74e3864187b1d3d47d996a78ec5c8830777"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"typedarray@~0.0.5"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/concat-stream"
,
"author"
:
{
"email"
:
"mail@substack.net"
,
"name"
:
"James Halliday"
,
"url"
:
"http://substack.net"
},
"bugs"
:
{
"url"
:
"https://github.com/substack/typedarray/issues"
},
"dependencies"
:
{},
"version"
:
"0.0.6"
,
"description"
:
"TypedArray polyfill for old browsers"
,
"main"
:
"index.js"
,
"devDependencies"
:
{
"tape"
:
"~2.3.2"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"867ac74e3864187b1d3d47d996a78ec5c8830777"
,
"tarball"
:
"http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
"scripts"
:
{
"test"
:
"tape test/*.js test/server/*.js"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/substack/typedarray.git"
},
"homepage"
:
"https://github.com/substack/typedarray"
,
"keywords"
:
[
...
...
@@ -67,25 +30,14 @@
"array"
,
"polyfill"
],
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"author"
:
{
"name"
:
"James Halliday"
,
"email"
:
"mail@substack.net"
,
"name"
:
"substack"
}
],
"name"
:
"typedarray"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/substack/typedarray.git"
},
"scripts"
:
{
"test"
:
"tape test/*.js test/server/*.js"
"url"
:
"http://substack.net"
},
"license"
:
"MIT"
,
"testling"
:
{
"files"
:
"test/*.js"
,
"browsers"
:
[
"ie/6..latest"
,
"firefox/16..latest"
,
...
...
@@ -98,8 +50,6 @@
"ipad/6.0..latest"
,
"iphone/6.0..latest"
,
"android-browser/4.2..latest"
],
"files"
:
"test/*.js"
},
"version"
:
"0.0.6"
]
}
}
node_modules/util-deprecate/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"util-deprecate@~1.0.1"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/readable-stream"
]
],
"_from"
:
"util-deprecate@>=1.0.1 <1.1.0"
,
"_id"
:
"util-deprecate@1.0.2"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/util-deprecate"
,
"_nodeVersion"
:
"4.1.2"
,
"_npmUser"
:
{
"email"
:
"nathan@tootallnate.net"
,
"name"
:
"tootallnate"
},
"_npmVersion"
:
"2.14.4"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"util-deprecate"
,
"raw"
:
"util-deprecate@~1.0.1"
,
"rawSpec"
:
"~1.0.1"
,
"scope"
:
null
,
"spec"
:
">=1.0.1 <1.1.0"
,
"type"
:
"range"
},
"_requiredBy"
:
[
"/readable-stream"
],
"_resolved"
:
"https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
,
"_shasum"
:
"450d4dc9fa70de732762fbd2d4a28981419a0ccf"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"util-deprecate@~1.0.1"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/readable-stream"
,
"author"
:
{
"email"
:
"nathan@tootallnate.net"
,
"name"
:
"Nathan Rajlich"
,
"url"
:
"http://n8.io/"
},
"version"
:
"1.0.2"
,
"description"
:
"The Node.js `util.deprecate()` function with browser support"
,
"main"
:
"node.js"
,
"browser"
:
"browser.js"
,
"
bug
s"
:
{
"
url"
:
"https://github.com/TooTallNate/util-deprecate/issues
"
"
script
s"
:
{
"
test"
:
"echo
\"
Error: no test specified
\"
&& exit 1
"
},
"dependencies"
:
{},
"description"
:
"The Node.js `util.deprecate()` function with browser support"
,
"devDependencies"
:
{},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"450d4dc9fa70de732762fbd2d4a28981419a0ccf"
,
"tarball"
:
"http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/TooTallNate/util-deprecate.git"
},
"gitHead"
:
"475fb6857cd23fafff20c1be846c1350abf8e6d4"
,
"homepage"
:
"https://github.com/TooTallNate/util-deprecate"
,
"keywords"
:
[
"util"
,
"deprecate"
,
...
...
@@ -59,23 +18,10 @@
"browser"
,
"node"
],
"author"
:
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)"
,
"license"
:
"MIT"
,
"main"
:
"node.js"
,
"maintainers"
:
[
{
"email"
:
"nathan@tootallnate.net"
,
"name"
:
"tootallnate"
}
],
"name"
:
"util-deprecate"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/TooTallNate/util-deprecate.git"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"bugs"
:
{
"url"
:
"https://github.com/TooTallNate/util-deprecate/issues"
},
"
version"
:
"1.0.2
"
"
homepage"
:
"https://github.com/TooTallNate/util-deprecate
"
}
node_modules/xregexp/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"xregexp@2.0.0"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/ftp"
]
],
"_defaultsLoaded"
:
true
,
"_engineSupported"
:
true
,
"_from"
:
"xregexp@2.0.0"
,
"_id"
:
"xregexp@2.0.0"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/xregexp"
,
"_nodeVersion"
:
"v0.6.18"
,
"_npmUser"
:
{
"email"
:
"steves_list@hotmail.com"
,
"name"
:
"slevithan"
},
"_npmVersion"
:
"1.1.21"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"xregexp"
,
"raw"
:
"xregexp@2.0.0"
,
"rawSpec"
:
"2.0.0"
,
"scope"
:
null
,
"spec"
:
"2.0.0"
,
"type"
:
"version"
},
"_requiredBy"
:
[
"/ftp"
],
"_resolved"
:
"https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz"
,
"_shasum"
:
"52a63e56ca0b84a7f3a5f3d61872f126ad7a5943"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"xregexp@2.0.0"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/ftp"
,
"author"
:
{
"email"
:
"steves_list@hotmail.com"
,
"name"
:
"Steven Levithan"
},
"bugs"
:
{
"url"
:
"https://github.com/slevithan/XRegExp/issues"
},
"dependencies"
:
{},
"description"
:
"Extended JavaScript regular expressions"
,
"devDependencies"
:
{
"qunit"
:
">= 0.2.x"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"52a63e56ca0b84a7f3a5f3d61872f126ad7a5943"
,
"tarball"
:
"https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz"
},
"engines"
:
{
"node"
:
"*"
},
"version"
:
"2.0.0"
,
"homepage"
:
"http://xregexp.com/"
,
"keywords"
:
[
"regex"
,
"regexp"
],
"author"
:
"Steven Levithan <steves_list@hotmail.com>"
,
"license"
:
"MIT"
,
"main"
:
"./xregexp-all.js"
,
"maintainers"
:
[
{
"email"
:
"bwp@bwp.dk"
,
"name"
:
"walling"
},
{
"email"
:
"steves_list@hotmail.com"
,
"name"
:
"slevithan"
}
],
"name"
:
"xregexp"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/slevithan/XRegExp.git"
"url"
:
"https://github.com/slevithan/XRegExp.git"
},
"description"
:
"Extended JavaScript regular expressions"
,
"keywords"
:
[
"regex"
,
"regexp"
],
"main"
:
"./xregexp-all.js"
,
"scripts"
:
{
"test"
:
"node tests/node-qunit.js"
},
"version"
:
"2.0.0"
"devDependencies"
:
{
"qunit"
:
">= 0.2.x"
}
}
node_modules/yauzl/package.json
View file @
db9d6f98
{
"_args"
:
[
[
"yauzl@2.4.1"
,
"/Volumes/AntSword-dev/git/antSword/node_modules/extract-zip"
]
],
"_from"
:
"yauzl@2.4.1"
,
"_id"
:
"yauzl@2.4.1"
,
"_inCache"
:
true
,
"_installable"
:
true
,
"_location"
:
"/yauzl"
,
"_nodeVersion"
:
"0.12.7"
,
"_npmUser"
:
{
"email"
:
"thejoshwolfe@gmail.com"
,
"name"
:
"thejoshwolfe"
},
"_npmVersion"
:
"2.11.3"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"name"
:
"yauzl"
,
"raw"
:
"yauzl@2.4.1"
,
"rawSpec"
:
"2.4.1"
,
"scope"
:
null
,
"spec"
:
"2.4.1"
,
"type"
:
"version"
},
"_requiredBy"
:
[
"/extract-zip"
],
"_resolved"
:
"https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
,
"_shasum"
:
"9528f442dab1b2284e58b4379bb194e22e0c4005"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"yauzl@2.4.1"
,
"_where"
:
"/Volumes/AntSword-dev/git/antSword/node_modules/extract-zip"
,
"author"
:
{
"email"
:
"thejoshwolfe@gmail.com"
,
"name"
:
"Josh Wolfe"
},
"bugs"
:
{
"url"
:
"https://github.com/thejoshwolfe/yauzl/issues"
},
"dependencies"
:
{
"fd-slicer"
:
"~1.0.1"
},
"version"
:
"2.4.1"
,
"description"
:
"yet another unzip library for node"
,
"devDependencies"
:
{
"bl"
:
"~1.0.0"
,
"istanbul"
:
"~0.3.4"
,
"pend"
:
"~1.2.0"
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node test/test.js"
,
"test-cov"
:
"istanbul cover test/test.js"
,
"test-travis"
:
"istanbul cover --report lcovonly test/test.js"
},
"directories"
:
{},
"dist"
:
{
"shasum"
:
"9528f442dab1b2284e58b4379bb194e22e0c4005"
,
"tarball"
:
"https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/thejoshwolfe/yauzl.git"
},
"gitHead"
:
"d528c3ad49efd27986ee661159fade32617cedb6"
,
"homepage"
:
"https://github.com/thejoshwolfe/yauzl"
,
"keywords"
:
[
"unzip"
,
"zip"
,
...
...
@@ -63,29 +19,18 @@
"archive"
,
"file"
],
"author"
:
"Josh Wolfe <thejoshwolfe@gmail.com>"
,
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"maintainers"
:
[
{
"email"
:
"thejoshwolfe@gmail.com"
,
"name"
:
"thejoshwolfe"
},
{
"email"
:
"superjoe30@gmail.com"
,
"name"
:
"superjoe"
}
],
"name"
:
"yauzl"
,
"optionalDependencies"
:
{},
"readme"
:
"ERROR: No README data found!"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/thejoshwolfe/yauzl.git"
"bugs"
:
{
"url"
:
"https://github.com/thejoshwolfe/yauzl/issues"
},
"scripts"
:
{
"test"
:
"node test/test.js"
,
"test-cov"
:
"istanbul cover test/test.js"
,
"test-travis"
:
"istanbul cover --report lcovonly test/test.js"
"homepage"
:
"https://github.com/thejoshwolfe/yauzl"
,
"dependencies"
:
{
"fd-slicer"
:
"~1.0.1"
},
"version"
:
"2.4.1"
"devDependencies"
:
{
"bl"
:
"~1.0.0"
,
"istanbul"
:
"~0.3.4"
,
"pend"
:
"~1.2.0"
}
}
package-lock.json
View file @
db9d6f98
This diff is collapsed.
Click to expand it.
package.json
View file @
db9d6f98
...
...
@@ -6,7 +6,7 @@
"dependencies"
:
{
"
crypto-js
"
:
"
^3.1.9-1
"
,
"
extract-zip
"
:
"
^1.6.7
"
,
"
geoips
"
:
"
0.0.1
"
,
"
geoips
"
:
"
^
0.0.1
"
,
"
iconv-lite
"
:
"
^0.4.23
"
,
"
jschardet
"
:
"
^1.6.0
"
,
"
marked
"
:
"
^0.6.2
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment