package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_args": [
  3. [
  4. "process-nextick-args@1.0.7",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "process-nextick-args@1.0.7",
  9. "_id": "process-nextick-args@1.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
  12. "_location": "/process-nextick-args",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "process-nextick-args@1.0.7",
  18. "name": "process-nextick-args",
  19. "escapedName": "process-nextick-args",
  20. "rawSpec": "1.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.7"
  23. },
  24. "_requiredBy": [
  25. "/readable-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  28. "_spec": "1.0.7",
  29. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  30. "author": "",
  31. "bugs": {
  32. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  33. },
  34. "description": "process.nextTick but always with args",
  35. "devDependencies": {
  36. "tap": "~0.2.6"
  37. },
  38. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  39. "license": "MIT",
  40. "main": "index.js",
  41. "name": "process-nextick-args",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  45. },
  46. "scripts": {
  47. "test": "node test.js"
  48. },
  49. "version": "1.0.7"
  50. }