12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "vinyl-bufferstream@1.0.1",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "vinyl-bufferstream@1.0.1",
- "_id": "vinyl-bufferstream@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-BTeGn1gO/6TKRay0dXnkuf5jCBo=",
- "_location": "/vinyl-bufferstream",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vinyl-bufferstream@1.0.1",
- "name": "vinyl-bufferstream",
- "escapedName": "vinyl-bufferstream",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/gulp-wrap"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Shinnosuke Watanabe",
- "url": "https://github.com/shinnn"
- },
- "bugs": {
- "url": "https://github.com/shinnn/vinyl-bufferstream/issues"
- },
- "dependencies": {
- "bufferstreams": "1.0.1"
- },
- "description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",
- "devDependencies": {
- "eslint": "^0.14.1",
- "istanbul": "^0.3.5",
- "istanbul-coveralls": "^1.0.1",
- "jscs": "^1.11.2",
- "simple-bufferstream": "0.0.4",
- "tap-spec": "^2.2.1",
- "tape": "^3.5.0",
- "vinyl": "^0.4.6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/shinnn/vinyl-bufferstream#readme",
- "jscsConfig": {
- "preset": "google",
- "maximumLineLength": 98,
- "requireBlocksOnNewline": true,
- "validateLineBreaks": "LF"
- },
- "keywords": [
- "gulpfriendly",
- "gulp",
- "vinyl",
- "buffer",
- "stream",
- "compatibility",
- "interchangeability",
- "internal",
- "helper"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/shinnn/vinyl-bufferstream/blob/master/LICENSE"
- }
- ],
- "name": "vinyl-bufferstream",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/shinnn/vinyl-bufferstream.git"
- },
- "scripts": {
- "coverage": "istanbul cover test.js",
- "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
- "pretest": "jscs *.js && eslint *.js",
- "test": "node test.js | tap-spec"
- },
- "version": "1.0.1"
- }
|