mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
94
node_modules/strip-bom-string/package.json
generated
vendored
Normal file
94
node_modules/strip-bom-string/package.json
generated
vendored
Normal file
@ -0,0 +1,94 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"strip-bom-string@1.0.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_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": "version",
|
||||
"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": [
|
||||
"/gray-matter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/strip-bom-string/issues"
|
||||
},
|
||||
"description": "Strip a byte order mark (BOM) from a string.",
|
||||
"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",
|
||||
"byte-order-mark",
|
||||
"file",
|
||||
"fs",
|
||||
"mark",
|
||||
"nl",
|
||||
"normalize",
|
||||
"order",
|
||||
"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": [
|
||||
"cr",
|
||||
"has-bom",
|
||||
"read-file",
|
||||
"strip-bom-buffer"
|
||||
]
|
||||
},
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user