You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.0 KiB
91 lines
2.0 KiB
{ |
|
"_from": "strip-bom-string@1.X", |
|
"_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.X", |
|
"name": "strip-bom-string", |
|
"escapedName": "strip-bom-string", |
|
"rawSpec": "1.X", |
|
"saveSpec": null, |
|
"fetchSpec": "1.X" |
|
}, |
|
"_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.X", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/gulp-sourcemaps", |
|
"author": { |
|
"name": "Jon Schlinkert", |
|
"url": "https://github.com/jonschlinkert" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jonschlinkert/strip-bom-string/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"deprecated": false, |
|
"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" |
|
}
|
|
|