schnee effeckt und fehler Korektur
This commit is contained in:
67
node_modules/strip-bom-string/package.json
generated
vendored
67
node_modules/strip-bom-string/package.json
generated
vendored
@@ -1,48 +1,28 @@
|
||||
{
|
||||
"_from": "strip-bom-string@^1.0.0",
|
||||
"_id": "strip-bom-string@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=",
|
||||
"_location": "/strip-bom-string",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "strip-bom-string@^1.0.0",
|
||||
"name": "strip-bom-string",
|
||||
"escapedName": "strip-bom-string",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-sourcemaps"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
|
||||
"_shasum": "e5211e9224369fbb81d633a2f00044dc8cedad92",
|
||||
"_spec": "strip-bom-string@^1.0.0",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gulp-sourcemaps",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "strip-bom-string",
|
||||
"description": "Strip a byte order mark (BOM) from a string.",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/jonschlinkert/strip-bom-string",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/strip-bom-string",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/strip-bom-string/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Strip a byte order mark (BOM) from a string.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "^3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/strip-bom-string",
|
||||
"keywords": [
|
||||
"bom",
|
||||
"byte",
|
||||
@@ -56,16 +36,6 @@
|
||||
"string",
|
||||
"strip"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "strip-bom-string",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/strip-bom-string.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
@@ -86,6 +56,5 @@
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user