package.json 1.5 KB

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