package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@istanbuljs/schema@^0.1.2",
  3. "_id": "@istanbuljs/schema@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  6. "_location": "/@istanbuljs/schema",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@istanbuljs/schema@^0.1.2",
  12. "name": "@istanbuljs/schema",
  13. "escapedName": "@istanbuljs%2fschema",
  14. "scope": "@istanbuljs",
  15. "rawSpec": "^0.1.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.1.2"
  18. },
  19. "_requiredBy": [
  20. "/babel-plugin-istanbul",
  21. "/istanbul-lib-instrument",
  22. "/test-exclude"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  25. "_shasum": "e45e384e4b8ec16bce2fd903af78450f6bf7ec98",
  26. "_spec": "@istanbuljs/schema@^0.1.2",
  27. "_where": "H:\\gs_nuxt\\node_modules\\babel-plugin-istanbul",
  28. "author": {
  29. "name": "Corey Farrell"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/istanbuljs/schema/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Schemas describing various structures used by nyc and istanbuljs",
  37. "devDependencies": {
  38. "standard-version": "^7.0.0",
  39. "tap": "^14.6.7",
  40. "xo": "^0.25.3"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "homepage": "https://github.com/istanbuljs/schema#readme",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "@istanbuljs/schema",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/istanbuljs/schema.git"
  52. },
  53. "scripts": {
  54. "pretest": "xo",
  55. "release": "standard-version --sign",
  56. "snap": "npm test -- --snapshot",
  57. "test": "tap"
  58. },
  59. "version": "0.1.3"
  60. }