web 3d图形渲染器
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.

35 lines
878 B

  1. { "name": "flatten",
  2. "version": "1.0.3",
  3. "description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.",
  4. "keywords": [
  5. "array",
  6. "flatten"
  7. ],
  8. "author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)",
  9. "homepage": "https://github.com/mk-pmb/flatten-js/#readme",
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/mk-pmb/flatten-js.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/mk-pmb/flatten-js/issues"
  16. },
  17. "contributors": [
  18. "M.K. (https://github.com/mk-pmb)"
  19. ],
  20. "private": false, "license": "MIT",
  21. "scripts": {
  22. "test": "node ./test.js"
  23. },
  24. "directories": { "test": "test" },
  25. "dependencies": {},
  26. "devDependencies": {},
  27. "optionalDependencies": {},
  28. "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
  29. }