blob: 090764e5da0bba829bb1d0db34784f25068236ed [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "vinyl@^2.0.0",
3 "_id": "vinyl@2.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
6 "_location": "/vinyl",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "vinyl@^2.0.0",
12 "name": "vinyl",
13 "escapedName": "vinyl",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/vinyl-fs",
20 "/vinyl-sourcemap"
21 ],
22 "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
23 "_shasum": "23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974",
24 "_spec": "vinyl@^2.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs",
26 "author": {
27 "name": "Gulp Team",
28 "email": "team@gulpjs.com",
29 "url": "https://gulpjs.com/"
30 },
31 "bugs": {
32 "url": "https://github.com/gulpjs/vinyl/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Eric Schoffstall",
38 "email": "yo@contra.io"
39 },
40 {
41 "name": "Blaine Bublitz",
42 "email": "blaine.bublitz@gmail.com"
43 }
44 ],
45 "dependencies": {
46 "clone": "^2.1.1",
47 "clone-buffer": "^1.0.0",
48 "clone-stats": "^1.0.0",
49 "cloneable-readable": "^1.0.0",
50 "remove-trailing-separator": "^1.0.1",
51 "replace-ext": "^1.0.0"
52 },
53 "deprecated": false,
54 "description": "Virtual file format.",
55 "devDependencies": {
56 "coveralls": "github:phated/node-coveralls#2.x",
57 "eslint": "^2.13.1",
58 "eslint-config-gulp": "^3.0.1",
59 "expect": "^1.20.2",
60 "mississippi": "^1.2.0",
61 "mocha": "^3.0.0",
62 "nyc": "^10.3.2",
63 "safer-buffer": "^2.1.2"
64 },
65 "engines": {
66 "node": ">= 0.10"
67 },
68 "files": [
69 "LICENSE",
70 "index.js",
71 "lib"
72 ],
73 "homepage": "https://github.com/gulpjs/vinyl#readme",
74 "keywords": [
75 "virtual",
76 "filesystem",
77 "file",
78 "directory",
79 "stat",
80 "path"
81 ],
82 "license": "MIT",
83 "main": "index.js",
84 "name": "vinyl",
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/gulpjs/vinyl.git"
88 },
89 "scripts": {
90 "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
91 "coveralls": "nyc report --reporter=text-lcov | coveralls",
92 "lint": "eslint .",
93 "pretest": "npm run lint",
94 "test": "nyc mocha --async-only"
95 },
96 "version": "2.2.1"
97}