package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "inflight@1.0.6",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inflight@1.0.6",
  10. "_id": "inflight@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  13. "_location": "/inflight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inflight@1.0.6",
  19. "name": "inflight",
  20. "escapedName": "inflight",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/glob",
  27. "/node-gyp/glob",
  28. "/node-sass/glob",
  29. "/rimraf/glob",
  30. "/sass-graph/glob",
  31. "/true-case-path/glob"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  34. "_spec": "1.0.6",
  35. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  36. "author": {
  37. "name": "Isaac Z. Schlueter",
  38. "email": "i@izs.me",
  39. "url": "http://blog.izs.me/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/inflight/issues"
  43. },
  44. "dependencies": {
  45. "once": "^1.3.0",
  46. "wrappy": "1"
  47. },
  48. "description": "Add callbacks to requests in flight to avoid async duplication",
  49. "devDependencies": {
  50. "tap": "^7.1.2"
  51. },
  52. "files": [
  53. "inflight.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/inflight",
  56. "license": "ISC",
  57. "main": "inflight.js",
  58. "name": "inflight",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/npm/inflight.git"
  62. },
  63. "scripts": {
  64. "test": "tap test.js --100"
  65. },
  66. "version": "1.0.6"
  67. }