package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@2.0.0",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "process-nextick-args@2.0.0",
  10. "_id": "process-nextick-args@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
  13. "_location": "/process-nextick-args",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "process-nextick-args@2.0.0",
  19. "name": "process-nextick-args",
  20. "escapedName": "process-nextick-args",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/are-we-there-yet/readable-stream",
  27. "/stdout-stream/readable-stream",
  28. "/through2/readable-stream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  33. "author": "",
  34. "bugs": {
  35. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  36. },
  37. "description": "process.nextTick but always with args",
  38. "devDependencies": {
  39. "tap": "~0.2.6"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "process-nextick-args",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  51. },
  52. "scripts": {
  53. "test": "node test.js"
  54. },
  55. "version": "2.0.0"
  56. }