aggiunti componenti bower/node
This commit is contained in:
+104
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"readable-stream@~2.0.5",
|
||||
"C:\\Users\\samuele.STEAMWAREWIN\\Documents\\VisualStudioProjects\\StockMan\\StockManMVC\\node_modules\\bl"
|
||||
]
|
||||
],
|
||||
"_from": "readable-stream@>=2.0.5-0 <2.1.0-0",
|
||||
"_id": "readable-stream@2.0.6",
|
||||
"_inCache": true,
|
||||
"_location": "/readable-stream",
|
||||
"_nodeVersion": "5.7.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/readable-stream-2.0.6.tgz_1457893507709_0.369257491780445"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "calvin.metcalf@gmail.com",
|
||||
"name": "cwmma"
|
||||
},
|
||||
"_npmVersion": "3.6.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "readable-stream",
|
||||
"raw": "readable-stream@~2.0.5",
|
||||
"rawSpec": "~2.0.5",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.5-0 <2.1.0-0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/bl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
|
||||
"_shasum": "8f90341e68a53ccc928788dacfcd11b36eb9b78e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "readable-stream@~2.0.5",
|
||||
"_where": "C:\\Users\\samuele.STEAMWAREWIN\\Documents\\VisualStudioProjects\\StockMan\\StockManMVC\\node_modules\\bl",
|
||||
"browser": {
|
||||
"util": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodejs/readable-stream/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-util-is": "~1.0.0",
|
||||
"inherits": "~2.0.1",
|
||||
"isarray": "~1.0.0",
|
||||
"process-nextick-args": "~1.0.6",
|
||||
"string_decoder": "~0.10.x",
|
||||
"util-deprecate": "~1.0.1"
|
||||
},
|
||||
"description": "Streams3, a user-land copy of the stream library from Node.js",
|
||||
"devDependencies": {
|
||||
"tap": "~0.2.6",
|
||||
"tape": "~4.5.1",
|
||||
"zuul": "~3.9.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "8f90341e68a53ccc928788dacfcd11b36eb9b78e",
|
||||
"tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
|
||||
},
|
||||
"gitHead": "01fb5608a970b42c900b96746cadc13d27dd9d7e",
|
||||
"homepage": "https://github.com/nodejs/readable-stream#readme",
|
||||
"installable": true,
|
||||
"keywords": [
|
||||
"pipe",
|
||||
"readable",
|
||||
"stream"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "readable.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "isaacs",
|
||||
"email": "isaacs@npmjs.com"
|
||||
},
|
||||
{
|
||||
"name": "tootallnate",
|
||||
"email": "nathan@tootallnate.net"
|
||||
},
|
||||
{
|
||||
"name": "rvagg",
|
||||
"email": "rod@vagg.org"
|
||||
},
|
||||
{
|
||||
"name": "cwmma",
|
||||
"email": "calvin.metcalf@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "readable-stream",
|
||||
"optionalDependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nodejs/readable-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browser": "npm run write-zuul && zuul -- test/browser.js",
|
||||
"test": "tap test/parallel/*.js test/ours/*.js",
|
||||
"write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
|
||||
},
|
||||
"version": "2.0.6"
|
||||
}
|
||||
Reference in New Issue
Block a user