123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "vinyl-fs@^0.3.0",
- "_id": "vinyl-fs@0.3.14",
- "_inBundle": false,
- "_integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
- "_location": "/vinyl-fs",
- "_phantomChildren": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "natives": "1.1.4",
- "xtend": "4.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vinyl-fs@^0.3.0",
- "name": "vinyl-fs",
- "escapedName": "vinyl-fs",
- "rawSpec": "^0.3.0",
- "saveSpec": null,
- "fetchSpec": "^0.3.0"
- },
- "_requiredBy": [
- "/gulp"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
- "_shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
- "_spec": "vinyl-fs@^0.3.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/gulp",
- "author": {
- "name": "Fractal",
- "email": "contact@wearefractal.com",
- "url": "http://wearefractal.com/"
- },
- "bugs": {
- "url": "https://github.com/wearefractal/vinyl-fs/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "defaults": "^1.0.0",
- "glob-stream": "^3.1.5",
- "glob-watcher": "^0.0.6",
- "graceful-fs": "^3.0.0",
- "mkdirp": "^0.5.0",
- "strip-bom": "^1.0.0",
- "through2": "^0.6.1",
- "vinyl": "^0.4.0"
- },
- "deprecated": false,
- "description": "Vinyl adapter for the file system",
- "devDependencies": {
- "buffer-equal": "^0.0.1",
- "coveralls": "^2.6.1",
- "istanbul": "^0.3.0",
- "jshint": "^2.4.1",
- "mocha": "^2.0.0",
- "mocha-lcov-reporter": "^0.0.1",
- "rimraf": "^2.2.5",
- "should": "^4.0.0",
- "sinon": "^1.10.3"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "homepage": "http://github.com/wearefractal/vinyl-fs",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
- }
- ],
- "main": "./index.js",
- "name": "vinyl-fs",
- "repository": {
- "type": "git",
- "url": "git://github.com/wearefractal/vinyl-fs.git"
- },
- "scripts": {
- "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
- "test": "mocha --reporter spec && jshint lib"
- },
- "version": "0.3.14"
- }
|