1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00

updated package.json

This commit is contained in:
2016-01-04 12:25:28 -05:00
parent 3443c97de4
commit 80ca24a715
1168 changed files with 73752 additions and 26424 deletions

99
node_modules/readdirp/package.json generated vendored Normal file
View File

@@ -0,0 +1,99 @@
{
"_args": [
[
"readdirp@^2.0.0",
"/home/mywebsite/node_modules/chokidar"
]
],
"_from": "readdirp@>=2.0.0 <3.0.0",
"_id": "readdirp@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/readdirp",
"_npmUser": {
"email": "thlorenz@gmx.de",
"name": "thlorenz"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "readdirp",
"raw": "readdirp@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz",
"_shasum": "cc09ba5d12d8feb864bc75f6e2ebc137060cbd82",
"_shrinkwrap": null,
"_spec": "readdirp@^2.0.0",
"_where": "/home/mywebsite/node_modules/chokidar",
"author": {
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/readdirp/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"minimatch": "^2.0.10",
"readable-stream": "^2.0.2"
},
"description": "Recursive version of fs.readdir with streaming api.",
"devDependencies": {
"nave": "^0.5.1",
"tap": "^1.3.2",
"through2": "^2.0.0"
},
"directories": {},
"dist": {
"shasum": "cc09ba5d12d8feb864bc75f6e2ebc137060cbd82",
"tarball": "http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz"
},
"engines": {
"node": ">=0.6"
},
"gitHead": "480af1e35d413ebb36e427808dcaa65d47cdc490",
"homepage": "https://github.com/thlorenz/readdirp",
"keywords": [
"filesystem",
"filter",
"find",
"fs",
"readdir",
"recursive",
"stream",
"streams"
],
"license": "MIT",
"main": "readdirp.js",
"maintainers": [
{
"name": "thlorenz",
"email": "thlorenz@gmx.de"
}
],
"name": "readdirp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/readdirp.git"
},
"scripts": {
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
"test-0.10": "nave use 0.10 npm run test-main",
"test-0.12": "nave use 0.12 npm run test-main",
"test-0.8": "nave use 0.8 npm run test-main",
"test-2.4": "nave use 2.4 npm run test-main",
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12 && npm run test-2.4",
"test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)"
},
"version": "2.0.0"
}