blob: 1c2f9a0c387e6aa1300dcdbb6d6abcff59982984 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "vinyl-sourcemap@^1.1.0",
3 "_id": "vinyl-sourcemap@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=",
6 "_location": "/vinyl-sourcemap",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "vinyl-sourcemap@^1.1.0",
12 "name": "vinyl-sourcemap",
13 "escapedName": "vinyl-sourcemap",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/vinyl-fs"
20 ],
21 "_resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
22 "_shasum": "92a800593a38703a8cdb11d8b300ad4be63b3e16",
23 "_spec": "vinyl-sourcemap@^1.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs",
25 "author": {
26 "name": "Gulp Team",
27 "email": "team@gulpjs.com",
28 "url": "http://gulpjs.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/gulpjs/vinyl-sourcemap/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Robin Venneman"
37 },
38 {
39 "name": "Blaine Bublitz",
40 "email": "blaine.bublitz@gmail.com"
41 }
42 ],
43 "dependencies": {
44 "append-buffer": "^1.0.2",
45 "convert-source-map": "^1.5.0",
46 "graceful-fs": "^4.1.6",
47 "normalize-path": "^2.1.1",
48 "now-and-later": "^2.0.0",
49 "remove-bom-buffer": "^3.0.0",
50 "vinyl": "^2.0.0"
51 },
52 "deprecated": false,
53 "description": "Add/write sourcemaps to/from Vinyl files.",
54 "devDependencies": {
55 "eslint": "^1.10.3",
56 "eslint-config-gulp": "^2.0.0",
57 "expect": "^1.20.2",
58 "istanbul": "^0.4.3",
59 "istanbul-coveralls": "^1.0.3",
60 "jscs": "^2.4.0",
61 "jscs-preset-gulp": "^1.0.0",
62 "mississippi": "^1.3.0",
63 "mocha": "^3.2.0"
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-sourcemap#readme",
74 "keywords": [
75 "vinyl",
76 "sourcemap",
77 "gulp"
78 ],
79 "license": "MIT",
80 "main": "index.js",
81 "name": "vinyl-sourcemap",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/gulpjs/vinyl-sourcemap.git"
85 },
86 "scripts": {
87 "cover": "istanbul cover _mocha --report lcovonly",
88 "coveralls": "npm run cover && istanbul-coveralls",
89 "lint": "eslint index.js lib/ test/add.js test/write.js && jscs index.js lib/ test/add.js test/write.js",
90 "pretest": "npm run lint",
91 "test": "mocha --async-only"
92 },
93 "version": "1.1.0"
94}