package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "source-list-map@^2.0.0",
  3. "_id": "source-list-map@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
  6. "_location": "/source-list-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "source-list-map@^2.0.0",
  12. "name": "source-list-map",
  13. "escapedName": "source-list-map",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/css-loader",
  20. "/webpack-sources"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  23. "_shasum": "3993bd873bfc48479cca9ea3a547835c7c154b34",
  24. "_spec": "source-list-map@^2.0.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\webpack-sources",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/source-list-map/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Fast line to line SourceMap generator.",
  35. "devDependencies": {
  36. "mocha": "^2.2.1",
  37. "should": "^5.2.0"
  38. },
  39. "files": [
  40. "lib"
  41. ],
  42. "homepage": "https://github.com/webpack/source-list-map",
  43. "keywords": [
  44. "source-map"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "source-list-map",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/webpack/source-list-map.git"
  52. },
  53. "scripts": {
  54. "test": "mocha -R spec"
  55. },
  56. "version": "2.0.1"
  57. }