1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "vinyl@^0.4.0",
- "_id": "vinyl@0.4.6",
- "_inBundle": false,
- "_integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
- "_location": "/vinyl",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vinyl@^0.4.0",
- "name": "vinyl",
- "escapedName": "vinyl",
- "rawSpec": "^0.4.0",
- "saveSpec": null,
- "fetchSpec": "^0.4.0"
- },
- "_requiredBy": [
- "/vinyl-fs"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
- "_shasum": "2f356c87a550a255461f36bbeb2a5ba8bf784847",
- "_spec": "vinyl@^0.4.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/vinyl-fs",
- "author": {
- "name": "Fractal",
- "email": "contact@wearefractal.com",
- "url": "http://wearefractal.com/"
- },
- "bugs": {
- "url": "https://github.com/wearefractal/vinyl/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "clone": "^0.2.0",
- "clone-stats": "^0.0.1"
- },
- "deprecated": false,
- "description": "A virtual file format",
- "devDependencies": {
- "buffer-equal": "0.0.1",
- "coveralls": "^2.6.1",
- "event-stream": "^3.1.0",
- "istanbul": "^0.3.0",
- "jshint": "^2.4.1",
- "lodash.templatesettings": "^2.4.1",
- "mocha": "^2.0.0",
- "mocha-lcov-reporter": "^0.0.1",
- "rimraf": "^2.2.5",
- "should": "^4.0.4"
- },
- "engines": {
- "node": ">= 0.9"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "homepage": "http://github.com/wearefractal/vinyl",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/wearefractal/vinyl/raw/master/LICENSE"
- }
- ],
- "main": "./index.js",
- "name": "vinyl",
- "repository": {
- "type": "git",
- "url": "git://github.com/wearefractal/vinyl.git"
- },
- "scripts": {
- "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
- "test": "mocha --reporter spec && jshint lib"
- },
- "version": "0.4.6"
- }
|