package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "source-map-url@0.4.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-map-url@0.4.0",
  10. "_id": "source-map-url@0.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
  13. "_location": "/source-map-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "source-map-url@0.4.0",
  19. "name": "source-map-url",
  20. "escapedName": "source-map-url",
  21. "rawSpec": "0.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/source-map-resolve"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/source-map-url/download/source-map-url-0.4.0.tgz",
  30. "_spec": "0.4.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Simon Lydell"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lydell/source-map-url/issues"
  37. },
  38. "description": "Tools for working with sourceMappingURL comments.",
  39. "devDependencies": {
  40. "expect.js": "~0.3.1",
  41. "jshint": "~2.4.3",
  42. "mocha": "~1.17.1"
  43. },
  44. "homepage": "https://github.com/lydell/source-map-url#readme",
  45. "keywords": [
  46. "source map",
  47. "sourceMappingURL",
  48. "comment",
  49. "annotation"
  50. ],
  51. "license": "MIT",
  52. "main": "source-map-url.js",
  53. "name": "source-map-url",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/lydell/source-map-url.git"
  57. },
  58. "scripts": {
  59. "lint": "jshint source-map-url.js test/ ",
  60. "test": "npm run lint && npm run unit",
  61. "unit": "mocha"
  62. },
  63. "testling": {
  64. "harness": "mocha",
  65. "files": "test/*.js",
  66. "browsers": [
  67. "ie/8..latest",
  68. "chrome/latest",
  69. "firefox/latest",
  70. "opera/12",
  71. "opera/latest",
  72. "safari/5",
  73. "iphone/6",
  74. "android-browser/4"
  75. ]
  76. },
  77. "version": "0.4.0"
  78. }