package.json 1.4 KB

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