package.json 2.5 KB

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