FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript/archive/code/node_modules/form-data/package.json at main · iu5git/JavaScript · GitHub
iu5git
/
JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
52
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript
/
archive
/
code
/
node_modules
/
form-data
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
65 lines (65 loc) · 2.18 KB
Breadcrumbs
JavaScript
/
archive
/
code
/
node_modules
/
form-data
/
package.json
Copy path
File metadata and controls
executable file
·
65 lines (65 loc) · 2.18 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"author"
:
"
Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)
"
,
"name"
:
"
form-data
"
,
"description"
:
"
A library to create readable
\"
multipart/form-data
\"
streams. Can be used to submit forms and file uploads to other web applications.
"
,
"version"
:
"
2.3.3
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/form-data/form-data.git
"
},
"main"
:
"
./lib/form_data
"
,
"browser"
:
"
./lib/browser
"
,
"scripts"
: {
"pretest"
:
"
rimraf coverage test/tmp
"
,
"test"
:
"
istanbul cover test/run.js
"
,
"posttest"
:
"
istanbul report lcov text
"
,
"lint"
:
"
eslint lib/*.js test/*.js test/integration/*.js
"
,
"report"
:
"
istanbul report lcov text
"
,
"ci-lint"
:
"
is-node-modern 6 && npm run lint || is-node-not-modern 6
"
,
"ci-test"
:
"
npm run test && npm run browser && npm run report
"
,
"predebug"
:
"
rimraf coverage test/tmp
"
,
"debug"
:
"
verbose=1 ./test/run.js
"
,
"browser"
:
"
browserify -t browserify-istanbul test/run-browser.js | obake --coverage
"
,
"check"
:
"
istanbul check-coverage coverage/coverage*.json
"
,
"files"
:
"
pkgfiles --sort=name
"
,
"get-version"
:
"
node -e
\"
console.log(require('./package.json').version)
\"
"
,
"update-readme"
:
"
sed -i.bak 's/
\\
/master
\\
.svg/
\\
/v'$(npm --silent run get-version)'.svg/g' README.md
"
,
"restore-readme"
:
"
mv README.md.bak README.md
"
,
"prepublish"
:
"
in-publish && npm run update-readme || not-in-publish
"
,
"postpublish"
:
"
npm run restore-readme
"
},
"pre-commit"
: [
"
lint
"
,
"
ci-test
"
,
"
check
"
],
"engines"
: {
"node"
:
"
>= 0.12
"
},
"dependencies"
: {
"asynckit"
:
"
^0.4.0
"
,
"combined-stream"
:
"
^1.0.6
"
,
"mime-types"
:
"
^2.1.12
"
},
"devDependencies"
: {
"browserify"
:
"
^13.1.1
"
,
"browserify-istanbul"
:
"
^2.0.0
"
,
"coveralls"
:
"
^2.11.14
"
,
"cross-spawn"
:
"
^4.0.2
"
,
"eslint"
:
"
^3.9.1
"
,
"fake"
:
"
^0.2.2
"
,
"far"
:
"
^0.0.7
"
,
"formidable"
:
"
^1.0.17
"
,
"in-publish"
:
"
^2.0.0
"
,
"is-node-modern"
:
"
^1.0.0
"
,
"istanbul"
:
"
^0.4.5
"
,
"obake"
:
"
^0.1.2
"
,
"phantomjs-prebuilt"
:
"
^2.1.13
"
,
"pkgfiles"
:
"
^2.3.0
"
,
"pre-commit"
:
"
^1.1.3
"
,
"request"
:
"
2.76.0
"
,
"rimraf"
:
"
^2.5.4
"
,
"tape"
:
"
^4.6.2
"
},
"license"
:
"
MIT
"
}
Back
|
FazBrowse Home
|
New Git URL