Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / node_modules / uncss / node_modules / form-data / package.json
1 {
2   "_args": [
3     [
4       "form-data@~1.0.0-rc3",
5       "/var/www/yaffs/node_modules/uncss/node_modules/request"
6     ]
7   ],
8   "_from": "form-data@>=1.0.0-rc3 <1.1.0",
9   "_id": "form-data@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/uncss/form-data",
13   "_nodeVersion": "4.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/form-data-1.0.1.tgz_1472204677067_0.1879937476478517"
17   },
18   "_npmUser": {
19     "email": "iam@alexindigo.com",
20     "name": "alexindigo"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "form-data",
26     "raw": "form-data@~1.0.0-rc3",
27     "rawSpec": "~1.0.0-rc3",
28     "scope": null,
29     "spec": ">=1.0.0-rc3 <1.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/uncss/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz",
36   "_shasum": "ae315db9a4907fa065502304a66d7733475ee37c",
37   "_shrinkwrap": null,
38   "_spec": "form-data@~1.0.0-rc3",
39   "_where": "/var/www/yaffs/node_modules/uncss/node_modules/request",
40   "author": {
41     "email": "felix@debuggable.com",
42     "name": "Felix Geisendörfer",
43     "url": "http://debuggable.com/"
44   },
45   "browser": "./lib/browser",
46   "bugs": {
47     "url": "https://github.com/form-data/form-data/issues"
48   },
49   "dependencies": {
50     "async": "^2.0.1",
51     "combined-stream": "^1.0.5",
52     "mime-types": "^2.1.11"
53   },
54   "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
55   "devDependencies": {
56     "coveralls": "^2.11.12",
57     "cross-spawn": "^4.0.0",
58     "eslint": "^2.13.1",
59     "fake": "^0.2.2",
60     "far": "^0.0.7",
61     "formidable": "^1.0.17",
62     "in-publish": "^2.0.0",
63     "istanbul": "^0.4.5",
64     "pkgfiles": "^2.3.0",
65     "pre-commit": "^1.1.3",
66     "request": "^2.74.0",
67     "rimraf": "^2.5.4"
68   },
69   "directories": {},
70   "dist": {
71     "shasum": "ae315db9a4907fa065502304a66d7733475ee37c",
72     "tarball": "https://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz"
73   },
74   "engines": {
75     "node": ">= 0.10"
76   },
77   "gitHead": "158443da3b2ce221f0a06ccb3b8ab8c56b68b034",
78   "homepage": "https://github.com/form-data/form-data#readme",
79   "license": "MIT",
80   "main": "./lib/form_data",
81   "maintainers": [
82     {
83       "name": "alexindigo",
84       "email": "iam@alexindigo.com"
85     },
86     {
87       "name": "dylanpiercey",
88       "email": "pierceydylan@gmail.com"
89     },
90     {
91       "name": "felixge",
92       "email": "felix@debuggable.com"
93     },
94     {
95       "name": "mikeal",
96       "email": "mikeal.rogers@gmail.com"
97     }
98   ],
99   "name": "form-data",
100   "optionalDependencies": {},
101   "pre-commit": [
102     "check",
103     "lint",
104     "test"
105   ],
106   "readme": "ERROR: No README data found!",
107   "repository": {
108     "type": "git",
109     "url": "git://github.com/form-data/form-data.git"
110   },
111   "scripts": {
112     "check": "istanbul check-coverage coverage/coverage*.json",
113     "debug": "verbose=1 ./test/run.js",
114     "files": "pkgfiles --sort=name",
115     "get-version": "node -e \"console.log(require('./package.json').version)\"",
116     "lint": "eslint lib/*.js test/*.js test/**/*.js",
117     "postpublish": "npm run restore-readme",
118     "posttest": "istanbul report lcov text",
119     "predebug": "rimraf coverage test/tmp",
120     "prepublish": "in-publish && npm run update-readme || not-in-publish",
121     "pretest": "rimraf coverage test/tmp",
122     "restore-readme": "mv README.md.bak README.md",
123     "test": "istanbul cover test/run.js",
124     "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
125   },
126   "version": "1.0.1"
127 }