Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "v8-compile-cache@2.0.3",
  3. "_id": "v8-compile-cache@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==",
  6. "_location": "/v8-compile-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "v8-compile-cache@2.0.3",
  12. "name": "v8-compile-cache",
  13. "escapedName": "v8-compile-cache",
  14. "rawSpec": "2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz",
  22. "_shasum": "00f7494d2ae2b688cfe2899df6ed2c54bef91dbe",
  23. "_spec": "v8-compile-cache@2.0.3",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack-cli",
  25. "author": {
  26. "name": "Andres Suarez",
  27. "email": "zertosh@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/zertosh/v8-compile-cache/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Require hook for automatic V8 compile cache persistence",
  36. "devDependencies": {
  37. "babel-core": "6.23.1",
  38. "eslint": "^3.15.0",
  39. "flow-parser": "0.38.0",
  40. "rimraf": "^2.5.4",
  41. "rxjs": "5.2.0",
  42. "semver": "^5.3.0",
  43. "tap": "^10.1.1",
  44. "temp": "^0.8.3",
  45. "yarn": "0.20.3"
  46. },
  47. "files": [
  48. "v8-compile-cache.js"
  49. ],
  50. "homepage": "https://github.com/zertosh/v8-compile-cache#readme",
  51. "license": "MIT",
  52. "main": "v8-compile-cache.js",
  53. "name": "v8-compile-cache",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/zertosh/v8-compile-cache.git"
  57. },
  58. "scripts": {
  59. "bench": "bench/run.sh",
  60. "lint": "eslint --max-warnings=0 .",
  61. "posttest": "npm run lint",
  62. "test": "tap test/*-test.js"
  63. },
  64. "version": "2.0.3"
  65. }