package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "tapable@1.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tapable@1.1.3",
  10. "_id": "tapable@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ofzMBrWNth/XpF2i2kT186Pme6I=",
  13. "_location": "/tapable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tapable@1.1.3",
  19. "name": "tapable",
  20. "escapedName": "tapable",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/enhanced-resolve",
  27. "/html-webpack-plugin",
  28. "/webpack"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/tapable/download/tapable-1.1.3.tgz",
  31. "_spec": "1.1.3",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Tobias Koppers @sokra"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webpack/tapable/issues"
  38. },
  39. "description": "Just a little module for plugins.",
  40. "devDependencies": {
  41. "babel-core": "^6.26.0",
  42. "babel-jest": "^21.0.2",
  43. "babel-polyfill": "^6.26.0",
  44. "babel-preset-env": "^1.6.0",
  45. "codecov": "^2.3.0",
  46. "jest": "^21.0.4",
  47. "prettier": "^1.13.2"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "lib",
  54. "!lib/__tests__"
  55. ],
  56. "homepage": "https://github.com/webpack/tapable",
  57. "jest": {
  58. "transform": {
  59. "__tests__[\\\\/].+\\.js$": "babel-jest"
  60. }
  61. },
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "tapable",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/webpack/tapable.git"
  68. },
  69. "scripts": {
  70. "pretty": "prettier --write lib/*.js lib/__tests__/*.js",
  71. "test": "jest",
  72. "travis": "jest --coverage && codecov"
  73. },
  74. "version": "1.1.3"
  75. }