package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "array-find@1.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-find@1.0.0",
  10. "_id": "array-find@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg=",
  13. "_location": "/array-find",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-find@1.0.0",
  19. "name": "array-find",
  20. "escapedName": "array-find",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-import-resolver-webpack"
  27. ],
  28. "_resolved": "https://registry.nlark.com/array-find/download/array-find-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Stefan Duberg",
  33. "email": "stefanduberg@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stefanduberg/array-find/issues"
  37. },
  38. "description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.",
  39. "devDependencies": {
  40. "tape": "^4.0.0"
  41. },
  42. "homepage": "https://github.com/stefanduberg/array-find",
  43. "keywords": [
  44. "array",
  45. "find",
  46. "ponyfill",
  47. "polyfill",
  48. "es6",
  49. "es2015",
  50. "es 2015"
  51. ],
  52. "license": "MIT",
  53. "main": "find.js",
  54. "name": "array-find",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/stefanduberg/array-find.git"
  58. },
  59. "scripts": {
  60. "test": "tape ./test.js"
  61. },
  62. "version": "1.0.0"
  63. }