You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6 KiB

3 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "arrify@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "arrify@1.0.1",
  9. "_id": "arrify@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
  12. "_location": "/arrify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "arrify@1.0.1",
  18. "name": "arrify",
  19. "escapedName": "arrify",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/test-exclude"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/arrify/issues"
  37. },
  38. "description": "Convert a value to an array",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/arrify#readme",
  50. "keywords": [
  51. "array",
  52. "arr",
  53. "arrify",
  54. "arrayify",
  55. "convert",
  56. "value"
  57. ],
  58. "license": "MIT",
  59. "name": "arrify",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/arrify.git"
  63. },
  64. "scripts": {
  65. "test": "xo && ava"
  66. },
  67. "version": "1.0.1"
  68. }