package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "once@1.3.3",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "once@1.3.3",
  10. "_id": "once@1.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
  13. "_location": "/once",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "once@1.3.3",
  19. "name": "once",
  20. "escapedName": "once",
  21. "rawSpec": "1.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.3"
  24. },
  25. "_requiredBy": [
  26. "/end-of-stream",
  27. "/glob",
  28. "/inflight",
  29. "/node-gyp/glob",
  30. "/node-sass/glob",
  31. "/rimraf/glob",
  32. "/sass-graph/glob",
  33. "/true-case-path/glob"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
  36. "_spec": "1.3.3",
  37. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/once/issues"
  45. },
  46. "dependencies": {
  47. "wrappy": "1"
  48. },
  49. "description": "Run a function exactly one time",
  50. "devDependencies": {
  51. "tap": "^1.2.0"
  52. },
  53. "directories": {
  54. "test": "test"
  55. },
  56. "files": [
  57. "once.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/once#readme",
  60. "keywords": [
  61. "once",
  62. "function",
  63. "one",
  64. "single"
  65. ],
  66. "license": "ISC",
  67. "main": "once.js",
  68. "name": "once",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/isaacs/once.git"
  72. },
  73. "scripts": {
  74. "test": "tap test/*.js"
  75. },
  76. "version": "1.3.3"
  77. }