package.json 1.9 KB

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