package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "find-index@0.1.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-index@0.1.1",
  10. "_id": "find-index@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
  13. "_location": "/find-index",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-index@0.1.1",
  19. "name": "find-index",
  20. "escapedName": "find-index",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/glob2base"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "James Friend",
  33. "email": "james@jsdf.co",
  34. "url": "http://jsdf.co/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdf/find-index/issues"
  38. },
  39. "description": "finds an item in an array matching a predicate function, and returns its index",
  40. "files": [
  41. "index.js",
  42. "last.js"
  43. ],
  44. "homepage": "https://github.com/jsdf/find-index",
  45. "keywords": [
  46. "array",
  47. "findindex"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "find-index",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/jsdf/find-index.git"
  55. },
  56. "scripts": {
  57. "test": "node test/test"
  58. },
  59. "version": "0.1.1"
  60. }