package.json 2.4 KB

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