123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_args": [
- [
- {
- "raw": "vinyl-bufferstream@^1.0.1",
- "scope": null,
- "escapedName": "vinyl-bufferstream",
- "name": "vinyl-bufferstream",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-wrap"
- ]
- ],
- "_from": "vinyl-bufferstream@>=1.0.1 <2.0.0",
- "_id": "vinyl-bufferstream@1.0.1",
- "_inCache": true,
- "_location": "/vinyl-bufferstream",
- "_nodeVersion": "1.1.0",
- "_npmUser": {
- "name": "shinnn",
- "email": "snnskwtnb@gmail.com"
- },
- "_npmVersion": "2.5.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "vinyl-bufferstream@^1.0.1",
- "scope": null,
- "escapedName": "vinyl-bufferstream",
- "name": "vinyl-bufferstream",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-wrap"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz",
- "_shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
- "_shrinkwrap": null,
- "_spec": "vinyl-bufferstream@^1.0.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-wrap",
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
- "tarball": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "baaf30c5e6291c5838461902bab9098b1dcb4a30",
- "homepage": "https://github.com/shinnn/vinyl-bufferstream",
- "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"
- }
- ],
- "maintainers": [
- {
- "name": "shinnn",
- "email": "snnskwtnb@gmail.com"
- }
- ],
- "name": "vinyl-bufferstream",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|