package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "flatten@1.0.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "flatten@1.0.2",
  9. "_id": "flatten@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=",
  12. "_location": "/flatten",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "flatten@1.0.2",
  18. "name": "flatten",
  19. "escapedName": "flatten",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/postcss-selector-parser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Joshua Holbrook",
  32. "email": "josh.holbrook@gmail.com",
  33. "url": "http://jesusabdullah.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jesusabdullah/node-flatten/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items",
  40. "devDependencies": {},
  41. "engines": {
  42. "node": "*"
  43. },
  44. "homepage": "https://github.com/jesusabdullah/node-flatten#readme",
  45. "license": "MIT",
  46. "main": "./index.js",
  47. "name": "flatten",
  48. "optionalDependencies": {},
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/jesusabdullah/node-flatten.git"
  52. },
  53. "scripts": {
  54. "test": "node ./test.js"
  55. },
  56. "version": "1.0.2"
  57. }