flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
46
BACK_BACK/node_modules/brfs/package.json
generated
vendored
Executable file
46
BACK_BACK/node_modules/brfs/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"name": "brfs",
|
||||
"version": "1.6.1",
|
||||
"description": "browserify fs.readFileSync() static asset inliner",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"brfs": "bin/cmd.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"quote-stream": "^1.0.1",
|
||||
"resolve": "^1.1.5",
|
||||
"static-module": "^2.2.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^16.1.1",
|
||||
"concat-stream": "^1.6.0",
|
||||
"tap": "~0.4.8",
|
||||
"through": "^2.3.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/brfs.git"
|
||||
},
|
||||
"homepage": "https://github.com/substack/brfs",
|
||||
"keywords": [
|
||||
"browserify",
|
||||
"browserify-transform",
|
||||
"fs",
|
||||
"readFileSync",
|
||||
"plugin",
|
||||
"static",
|
||||
"asset",
|
||||
"bundle",
|
||||
"base64"
|
||||
],
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue