package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "source-list-map@2.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-list-map@2.0.1",
  10. "_id": "source-list-map@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OZO9hzv8SEecyp6jpUeDXHwVSzQ=",
  13. "_location": "/source-list-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "source-list-map@2.0.1",
  19. "name": "source-list-map",
  20. "escapedName": "source-list-map",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-sources"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/source-list-map/download/source-list-map-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/source-list-map/issues"
  36. },
  37. "description": "Fast line to line SourceMap generator.",
  38. "devDependencies": {
  39. "mocha": "^2.2.1",
  40. "should": "^5.2.0"
  41. },
  42. "files": [
  43. "lib"
  44. ],
  45. "homepage": "https://github.com/webpack/source-list-map",
  46. "keywords": [
  47. "source-map"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "source-list-map",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/webpack/source-list-map.git"
  55. },
  56. "scripts": {
  57. "test": "mocha -R spec"
  58. },
  59. "version": "2.0.1"
  60. }