12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "vinyl@0.5.3",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "vinyl@0.5.3",
- "_id": "vinyl@0.5.3",
- "_inBundle": false,
- "_integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
- "_location": "/vinyl",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vinyl@0.5.3",
- "name": "vinyl",
- "escapedName": "vinyl",
- "rawSpec": "0.5.3",
- "saveSpec": null,
- "fetchSpec": "0.5.3"
- },
- "_requiredBy": [
- "/gulp-util"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
- "_spec": "0.5.3",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Fractal",
- "email": "contact@wearefractal.com",
- "url": "http://wearefractal.com/"
- },
- "bugs": {
- "url": "https://github.com/wearefractal/vinyl/issues"
- },
- "dependencies": {
- "clone": "^1.0.0",
- "clone-stats": "^0.0.1",
- "replace-ext": "0.0.1"
- },
- "description": "A virtual file format",
- "devDependencies": {
- "buffer-equal": "0.0.1",
- "event-stream": "^3.1.0",
- "istanbul": "^0.3.0",
- "istanbul-coveralls": "^1.0.1",
- "jshint": "^2.4.1",
- "lodash.templatesettings": "^3.1.0",
- "mocha": "^2.0.0",
- "rimraf": "^2.2.5",
- "should": "^7.0.0"
- },
- "engines": {
- "node": ">= 0.9"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "homepage": "http://github.com/wearefractal/vinyl",
- "license": "MIT",
- "main": "./index.js",
- "name": "vinyl",
- "repository": {
- "type": "git",
- "url": "git://github.com/wearefractal/vinyl.git"
- },
- "scripts": {
- "coveralls": "istanbul cover _mocha && istanbul-coveralls",
- "test": "mocha && jshint lib"
- },
- "version": "0.5.3"
- }
|