package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "indexes-of@1.0.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "indexes-of@1.0.1",
  9. "_id": "indexes-of@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
  12. "_location": "/indexes-of",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "indexes-of@1.0.1",
  18. "name": "indexes-of",
  19. "escapedName": "indexes-of",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/postcss-selector-parser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Dominic Tarr",
  32. "email": "dominic.tarr@gmail.com",
  33. "url": "dominictarr.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/dominictarr/indexes-of/issues"
  37. },
  38. "description": "line String/Array#indexOf but return all the indexes in an array",
  39. "devDependencies": {
  40. "tape": "~2.1.0"
  41. },
  42. "homepage": "https://github.com/dominictarr/indexes-of",
  43. "license": "MIT",
  44. "name": "indexes-of",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/dominictarr/indexes-of.git"
  48. },
  49. "scripts": {
  50. "test": "node test.js"
  51. },
  52. "version": "1.0.1"
  53. }