use directories for structure
This commit is contained in:
113
node_modules/remove-bom-buffer/package.json
generated
vendored
Normal file
113
node_modules/remove-bom-buffer/package.json
generated
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"remove-bom-buffer@3.0.0",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "remove-bom-buffer@3.0.0",
|
||||
"_id": "remove-bom-buffer@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==",
|
||||
"_location": "/remove-bom-buffer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "remove-bom-buffer@3.0.0",
|
||||
"name": "remove-bom-buffer",
|
||||
"escapedName": "remove-bom-buffer",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/remove-bom-stream",
|
||||
"/vinyl-fs",
|
||||
"/vinyl-sourcemap"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/remove-bom-buffer/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Blaine Bublitz",
|
||||
"url": "https://twitter.com/BlaineBublitz"
|
||||
},
|
||||
{
|
||||
"name": "Erik Kemperman",
|
||||
"url": "https://github.com/erikkemperman"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"is-buffer": "^1.1.5",
|
||||
"is-utf8": "^0.2.1"
|
||||
},
|
||||
"description": "Remove a byte order mark (BOM) from a buffer.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "^3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/remove-bom-buffer",
|
||||
"keywords": [
|
||||
"bom",
|
||||
"buffer",
|
||||
"byte-order-mark",
|
||||
"normalize",
|
||||
"remove",
|
||||
"strip",
|
||||
"strip-bom",
|
||||
"strip-bom-buffer",
|
||||
"strip-bom-string"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "remove-bom-buffer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/remove-bom-buffer.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
"cr",
|
||||
"has-bom",
|
||||
"read-file",
|
||||
"strip-bom-string"
|
||||
]
|
||||
},
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
Reference in New Issue
Block a user