- progress
This commit is contained in:
1
web/packages/npm-container/.npm/package/.gitignore
vendored
Normal file
1
web/packages/npm-container/.npm/package/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules
|
||||
7
web/packages/npm-container/.npm/package/README
Normal file
7
web/packages/npm-container/.npm/package/README
Normal file
@@ -0,0 +1,7 @@
|
||||
This directory and the files immediately inside it are automatically generated
|
||||
when you change this package's NPM dependencies. Commit the files in this
|
||||
directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
|
||||
so that others run the same versions of sub-dependencies.
|
||||
|
||||
You should NOT check in the node_modules directory that Meteor automatically
|
||||
creates; if you are using git, the .gitignore file tells git to ignore it.
|
||||
64
web/packages/npm-container/.npm/package/npm-shrinkwrap.json
generated
Normal file
64
web/packages/npm-container/.npm/package/npm-shrinkwrap.json
generated
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"body-parser": {
|
||||
"version": "1.12.4",
|
||||
"dependencies": {
|
||||
"bytes": {
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content-type": {
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"debug": {
|
||||
"version": "2.2.0",
|
||||
"dependencies": {
|
||||
"ms": {
|
||||
"version": "0.7.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depd": {
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"iconv-lite": {
|
||||
"version": "0.4.8"
|
||||
},
|
||||
"on-finished": {
|
||||
"version": "2.2.1",
|
||||
"dependencies": {
|
||||
"ee-first": {
|
||||
"version": "1.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"qs": {
|
||||
"version": "2.4.2"
|
||||
},
|
||||
"raw-body": {
|
||||
"version": "2.0.2",
|
||||
"dependencies": {
|
||||
"bytes": {
|
||||
"version": "2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type-is": {
|
||||
"version": "1.6.2",
|
||||
"dependencies": {
|
||||
"media-typer": {
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"mime-types": {
|
||||
"version": "2.0.12",
|
||||
"dependencies": {
|
||||
"mime-db": {
|
||||
"version": "1.10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user