source: trip-planner-front/node_modules/form-data/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "form-data@2.3.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "form-data@2.3.3",
10 "_id": "form-data@2.3.3",
11 "_inBundle": false,
12 "_integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
13 "_location": "/form-data",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "form-data@2.3.3",
19 "name": "form-data",
20 "escapedName": "form-data",
21 "rawSpec": "2.3.3",
22 "saveSpec": null,
23 "fetchSpec": "2.3.3"
24 },
25 "_requiredBy": [
26 "/request"
27 ],
28 "_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
29 "_spec": "2.3.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Felix Geisendörfer",
33 "email": "felix@debuggable.com",
34 "url": "http://debuggable.com/"
35 },
36 "browser": "./lib/browser",
37 "bugs": {
38 "url": "https://github.com/form-data/form-data/issues"
39 },
40 "dependencies": {
41 "asynckit": "^0.4.0",
42 "combined-stream": "^1.0.6",
43 "mime-types": "^2.1.12"
44 },
45 "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
46 "devDependencies": {
47 "browserify": "^13.1.1",
48 "browserify-istanbul": "^2.0.0",
49 "coveralls": "^2.11.14",
50 "cross-spawn": "^4.0.2",
51 "eslint": "^3.9.1",
52 "fake": "^0.2.2",
53 "far": "^0.0.7",
54 "formidable": "^1.0.17",
55 "in-publish": "^2.0.0",
56 "is-node-modern": "^1.0.0",
57 "istanbul": "^0.4.5",
58 "obake": "^0.1.2",
59 "phantomjs-prebuilt": "^2.1.13",
60 "pkgfiles": "^2.3.0",
61 "pre-commit": "^1.1.3",
62 "request": "2.76.0",
63 "rimraf": "^2.5.4",
64 "tape": "^4.6.2"
65 },
66 "engines": {
67 "node": ">= 0.12"
68 },
69 "homepage": "https://github.com/form-data/form-data#readme",
70 "license": "MIT",
71 "main": "./lib/form_data",
72 "name": "form-data",
73 "pre-commit": [
74 "lint",
75 "ci-test",
76 "check"
77 ],
78 "repository": {
79 "type": "git",
80 "url": "git://github.com/form-data/form-data.git"
81 },
82 "scripts": {
83 "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
84 "check": "istanbul check-coverage coverage/coverage*.json",
85 "ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6",
86 "ci-test": "npm run test && npm run browser && npm run report",
87 "debug": "verbose=1 ./test/run.js",
88 "files": "pkgfiles --sort=name",
89 "get-version": "node -e \"console.log(require('./package.json').version)\"",
90 "lint": "eslint lib/*.js test/*.js test/integration/*.js",
91 "postpublish": "npm run restore-readme",
92 "posttest": "istanbul report lcov text",
93 "predebug": "rimraf coverage test/tmp",
94 "prepublish": "in-publish && npm run update-readme || not-in-publish",
95 "pretest": "rimraf coverage test/tmp",
96 "report": "istanbul report lcov text",
97 "restore-readme": "mv README.md.bak README.md",
98 "test": "istanbul cover test/run.js",
99 "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
100 },
101 "version": "2.3.3"
102}
Note: See TracBrowser for help on using the repository browser.