package.json 1.5 KB

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