package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "pirates@^4.0.1",
  3. "_id": "pirates@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
  6. "_location": "/pirates",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pirates@^4.0.1",
  12. "name": "pirates",
  13. "escapedName": "pirates",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@jest/transform"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
  22. "_shasum": "643a92caf894566f91b2b986d2c66950a8e2fb87",
  23. "_spec": "pirates@^4.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\transform",
  25. "author": {
  26. "name": "Ari Porad",
  27. "email": "ari@ariporad.com",
  28. "url": "http://ariporad.com"
  29. },
  30. "ava": {
  31. "files": [
  32. "test/*.js"
  33. ],
  34. "sources": [
  35. "lib/**/*.js"
  36. ]
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ariporad/pirates/issues"
  40. },
  41. "bundleDependencies": false,
  42. "config": {
  43. "commitizen": {
  44. "path": "cz-conventional-changelog"
  45. }
  46. },
  47. "dependencies": {
  48. "node-modules-regexp": "^1.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "Properly hijack require",
  52. "devDependencies": {
  53. "@babel/cli": "^7.0.0",
  54. "@babel/core": "^7.0.0",
  55. "@babel/preset-env": "^7.0.0",
  56. "ava": "^1.2.1",
  57. "babel-core": "^7.0.0-0",
  58. "babel-eslint": "^10.0.1",
  59. "babel-plugin-istanbul": "^5.1.0",
  60. "cross-env": "^5.0.5",
  61. "cz-conventional-changelog": "^2.0.0",
  62. "decache": "^4.1.0",
  63. "eslint": "^5.1.0",
  64. "eslint-config-prettier": "^4.0.0",
  65. "eslint-plugin-import": "^2.2.0",
  66. "eslint-plugin-prettier": "^3.0.1",
  67. "mock-require": "^3.0.2",
  68. "nyc": "^13.2.0",
  69. "prettier": "^1.16.4",
  70. "rewire": "^4.0.1",
  71. "rimraf": "^2.6.1",
  72. "semantic-release": "^15.7.0"
  73. },
  74. "engines": {
  75. "node": ">= 6"
  76. },
  77. "files": [
  78. "lib",
  79. "index.d.ts"
  80. ],
  81. "homepage": "https://github.com/ariporad/pirates#readme",
  82. "license": "MIT",
  83. "main": "lib/index.js",
  84. "name": "pirates",
  85. "nyc": {
  86. "include": [
  87. "src/*.js"
  88. ],
  89. "reporter": [
  90. "json",
  91. "text"
  92. ],
  93. "sourceMap": false,
  94. "instrument": false
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/ariporad/pirates.git"
  99. },
  100. "scripts": {
  101. "build": "babel src -d lib",
  102. "clean": "rimraf lib",
  103. "lint": "eslint --report-unused-disable-directives .",
  104. "prepublish": "yarn run clean && yarn run build",
  105. "test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && nyc ava"
  106. },
  107. "types": "index.d.ts",
  108. "version": "4.0.1"
  109. }