123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_args": [
- [
- {
- "raw": "strip-bom@^1.0.0",
- "scope": null,
- "escapedName": "strip-bom",
- "name": "strip-bom",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/vinyl-fs"
- ]
- ],
- "_from": "strip-bom@>=1.0.0 <2.0.0",
- "_id": "strip-bom@1.0.0",
- "_inCache": true,
- "_location": "/strip-bom",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.4.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "strip-bom@^1.0.0",
- "scope": null,
- "escapedName": "strip-bom",
- "name": "strip-bom",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/vinyl-fs"
- ],
- "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
- "_shasum": "85b8862f3844b5a6d5ec8467a93598173a36f794",
- "_shrinkwrap": null,
- "_spec": "strip-bom@^1.0.0",
- "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/vinyl-fs",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bin": {
- "strip-bom": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/strip-bom/issues"
- },
- "dependencies": {
- "first-chunk-stream": "^1.0.0",
- "is-utf8": "^0.2.0"
- },
- "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer/stream",
- "devDependencies": {
- "concat-stream": "^1.4.5",
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "85b8862f3844b5a6d5ec8467a93598173a36f794",
- "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "cli.js",
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/strip-bom",
- "keywords": [
- "cli",
- "bin",
- "app",
- "bom",
- "strip",
- "byte",
- "mark",
- "unicode",
- "utf8",
- "utf-8",
- "remove",
- "trim",
- "text",
- "buffer",
- "string",
- "stream",
- "streams"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "strip-bom",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/sindresorhus/strip-bom.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.0.0"
- }
|