package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "vinyl-sourcemaps-apply@^0.2.1",
  3. "_id": "vinyl-sourcemaps-apply@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==",
  6. "_location": "/vinyl-sourcemaps-apply",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl-sourcemaps-apply@^0.2.1",
  12. "name": "vinyl-sourcemaps-apply",
  13. "escapedName": "vinyl-sourcemaps-apply",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-postcss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
  22. "_shasum": "ab6549d61d172c2b1b87be5c508d239c8ef87705",
  23. "_spec": "vinyl-sourcemaps-apply@^0.2.1",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/gulp-postcss",
  25. "author": {
  26. "name": "Florian Reiterer",
  27. "email": "me@florianreiterer.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/floridoo/vinyl-sourcemaps-apply/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "source-map": "^0.5.1"
  35. },
  36. "deprecated": false,
  37. "description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
  38. "homepage": "http://github.com/floridoo/vinyl-sourcemaps-apply",
  39. "keywords": [
  40. "vinyl",
  41. "sourcemaps",
  42. "source maps",
  43. "gulp"
  44. ],
  45. "license": "ISC",
  46. "main": "index.js",
  47. "name": "vinyl-sourcemaps-apply",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/floridoo/vinyl-sourcemaps-apply.git"
  51. },
  52. "scripts": {
  53. "test": "echo \"Error: no test specified\" && exit 1"
  54. },
  55. "version": "0.2.1"
  56. }