package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "pseudomap@1.0.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pseudomap@1.0.2",
  10. "_id": "pseudomap@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
  13. "_location": "/pseudomap",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pseudomap@1.0.2",
  19. "name": "pseudomap",
  20. "escapedName": "pseudomap",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/cross-spawn/lru-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/pseudomap/issues"
  38. },
  39. "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
  40. "devDependencies": {
  41. "tap": "^2.3.1"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/isaacs/pseudomap#readme",
  47. "license": "ISC",
  48. "main": "map.js",
  49. "name": "pseudomap",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/isaacs/pseudomap.git"
  53. },
  54. "scripts": {
  55. "test": "tap test/*.js"
  56. },
  57. "version": "1.0.2"
  58. }