package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "vinyl-sourcemaps-apply@^0.2.0",
  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.0",
  12. "name": "vinyl-sourcemaps-apply",
  13. "escapedName": "vinyl-sourcemaps-apply",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/element-theme/gulp-autoprefixer",
  20. "/element-theme/gulp-sass",
  21. "/gulp-autoprefixer",
  22. "/gulp-clean-css",
  23. "/gulp-sass"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
  26. "_shasum": "ab6549d61d172c2b1b87be5c508d239c8ef87705",
  27. "_spec": "vinyl-sourcemaps-apply@^0.2.0",
  28. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\element-theme\\node_modules\\gulp-autoprefixer",
  29. "author": {
  30. "name": "Florian Reiterer",
  31. "email": "me@florianreiterer.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/floridoo/vinyl-sourcemaps-apply/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "source-map": "^0.5.1"
  39. },
  40. "deprecated": false,
  41. "description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
  42. "homepage": "http://github.com/floridoo/vinyl-sourcemaps-apply",
  43. "keywords": [
  44. "vinyl",
  45. "sourcemaps",
  46. "source maps",
  47. "gulp"
  48. ],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "vinyl-sourcemaps-apply",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/floridoo/vinyl-sourcemaps-apply.git"
  55. },
  56. "scripts": {
  57. "test": "echo \"Error: no test specified\" && exit 1"
  58. },
  59. "version": "0.2.1"
  60. }