package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "array-ify@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-ify@1.0.0",
  10. "_id": "array-ify@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
  13. "_location": "/array-ify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-ify@1.0.0",
  19. "name": "array-ify",
  20. "escapedName": "array-ify",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/compare-func"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Steve Mao",
  33. "email": "maochenyan@gmail.com",
  34. "url": "https://github.com/stevemao"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/stevemao/array-ify/issues"
  38. },
  39. "description": "Turn anything into an array",
  40. "devDependencies": {
  41. "coveralls": "^2.11.2",
  42. "istanbul": "^0.3.8",
  43. "jscs": "^1.11.3",
  44. "jshint": "^2.6.3",
  45. "mocha": "*"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/stevemao/array-ify",
  51. "keywords": [
  52. "array-ify",
  53. "array",
  54. "arr",
  55. "arrify",
  56. "arrayify",
  57. "convert",
  58. "value"
  59. ],
  60. "license": "MIT",
  61. "name": "array-ify",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/stevemao/array-ify.git"
  65. },
  66. "scripts": {
  67. "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
  68. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  69. "test": "npm run-script lint && mocha"
  70. },
  71. "version": "1.0.0"
  72. }