package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "source-list-map@2.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/css-loader",
  27. "/webpack-sources"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/source-list-map/download/source-list-map-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Tobias Koppers @sokra"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/source-list-map/issues"
  37. },
  38. "description": "Fast line to line SourceMap generator.",
  39. "devDependencies": {
  40. "mocha": "^2.2.1",
  41. "should": "^5.2.0"
  42. },
  43. "files": [
  44. "lib"
  45. ],
  46. "homepage": "https://github.com/webpack/source-list-map",
  47. "keywords": [
  48. "source-map"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "source-list-map",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/webpack/source-list-map.git"
  56. },
  57. "scripts": {
  58. "test": "mocha -R spec"
  59. },
  60. "version": "2.0.1"
  61. }