Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
74
node_modules/append-buffer/package.json
generated
vendored
74
node_modules/append-buffer/package.json
generated
vendored
|
@ -1,54 +1,24 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"append-buffer@1.0.2",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "append-buffer@1.0.2",
|
||||
"_id": "append-buffer@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=",
|
||||
"_location": "/append-buffer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "append-buffer@1.0.2",
|
||||
"name": "append-buffer",
|
||||
"escapedName": "append-buffer",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vinyl-sourcemap"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://doowb.com"
|
||||
},
|
||||
"name": "append-buffer",
|
||||
"description": "Append a buffer to another buffer ensuring to preserve line ending characters.",
|
||||
"version": "1.0.2",
|
||||
"homepage": "https://github.com/doowb/append-buffer",
|
||||
"author": "Brian Woodward (https://doowb.com)",
|
||||
"repository": "doowb/append-buffer",
|
||||
"bugs": {
|
||||
"url": "https://github.com/doowb/append-buffer/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer-equal": "^1.0.0"
|
||||
},
|
||||
"description": "Append a buffer to another buffer ensuring to preserve line ending characters.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
"mocha": "^3.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/doowb/append-buffer",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"keywords": [
|
||||
"append",
|
||||
"append-buffer",
|
||||
|
@ -60,15 +30,12 @@
|
|||
"normalize",
|
||||
"buffer"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "append-buffer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/doowb/append-buffer.git"
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
"mocha": "^3.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"dependencies": {
|
||||
"buffer-equal": "^1.0.0"
|
||||
},
|
||||
"verb": {
|
||||
"toc": false,
|
||||
|
@ -82,6 +49,5 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue